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 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 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)