Class EnchantmentTableBlockEntity

All Implemented Interfaces:
Nameable, ICapabilityProvider, ICapabilityProviderImpl<BlockEntity>, ICapabilitySerializable<CompoundTag>, IForgeBlockEntity, INBTSerializable<CompoundTag>

public class EnchantmentTableBlockEntity extends BlockEntity implements Nameable
  • Field Details

    • time

      public int time
    • flip

      public float flip
    • oFlip

      public float oFlip
    • flipT

      public float flipT
    • flipA

      public float flipA
    • open

      public float open
    • oOpen

      public float oOpen
    • rot

      public float rot
    • oRot

      public float oRot
    • tRot

      public float tRot
    • RANDOM

      private static final Random RANDOM
    • name

      private Component name
  • Constructor Details

    • EnchantmentTableBlockEntity

      public EnchantmentTableBlockEntity(BlockPos p_155501_, BlockState p_155502_)
  • Method Details