java.lang.Object
com.hammy275.immersivemc.common.immersive.storage.dual.impl.ItemStorage
com.hammy275.immersivemc.common.immersive.storage.dual.impl.SmithingTableStorage
All Implemented Interfaces:
NetworkStorage, WorldStorage

public class SmithingTableStorage extends ItemStorage
  • Constructor Details

    • SmithingTableStorage

      public SmithingTableStorage()
  • Method Details

    • getHandler

      Returns:
      Handler for this type of WorldStorage.
    • load

      public void load(net.minecraft.nbt.CompoundTag nbt, int lastVanillaDataVersion)
      Description copied from interface: WorldStorage
      Load from the NBT tag into this object.
      Specified by:
      load in interface WorldStorage
      Overrides:
      load in class ItemStorage
      Parameters:
      nbt - NBT tag to load from.
      lastVanillaDataVersion - The last vanilla data version this storage was loaded in.
    • convertFrom119

      public void convertFrom119()