Class EnchantingTableEntity

java.lang.Object
net.glowstone.block.entity.BlockEntity
net.glowstone.block.entity.EnchantingTableEntity

public class EnchantingTableEntity extends BlockEntity
  • Constructor Details

    • EnchantingTableEntity

      public EnchantingTableEntity(GlowBlock block)
  • Method Details

    • loadNbt

      public void loadNbt(CompoundTag tag)
      Description copied from class: BlockEntity
      Read this BlockEntity's data from the saved tag.
      Overrides:
      loadNbt in class BlockEntity
      Parameters:
      tag - The tag to load from.
    • saveNbt

      public void saveNbt(CompoundTag tag)
      Description copied from class: BlockEntity
      Save this BlockEntity's data to NBT.
      Overrides:
      saveNbt in class BlockEntity
      Parameters:
      tag - The tag to save to.