Class SchematicInstances

java.lang.Object
com.simibubi.create.content.schematics.SchematicInstances

public class SchematicInstances extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    clearHash(net.minecraft.world.item.ItemStack schematic)
     
    static @Nullable net.createmod.catnip.levelWrappers.SchematicLevel
    get(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack schematic)
     
    static int
    getHash(net.minecraft.world.item.ItemStack schematic)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SchematicInstances

      public SchematicInstances()
  • Method Details

    • get

      @Nullable public static @Nullable net.createmod.catnip.levelWrappers.SchematicLevel get(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack schematic)
    • clearHash

      public static void clearHash(net.minecraft.world.item.ItemStack schematic)
    • getHash

      public static int getHash(net.minecraft.world.item.ItemStack schematic)