Class SchematicInstances
java.lang.Object
com.simibubi.create.content.schematics.SchematicInstances
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearHash(net.minecraft.world.item.ItemStack schematic) static net.createmod.catnip.levelWrappers.SchematicLevelget(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack schematic) static intgetHash(net.minecraft.world.item.ItemStack schematic)
-
Constructor Details
-
SchematicInstances
public SchematicInstances()
-
-
Method Details
-
get
@Nullable public static 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)
-