Class EnderChestBlockEntity

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

public class EnderChestBlockEntity extends BlockEntity implements LidBlockEntity
  • Field Details

  • Constructor Details

    • EnderChestBlockEntity

      public EnderChestBlockEntity(BlockPos p_155513_, BlockState p_155514_)
  • Method Details

    • lidAnimateTick

      public static void lidAnimateTick(Level p_155518_, BlockPos p_155519_, BlockState p_155520_, EnderChestBlockEntity p_155521_)
    • triggerEvent

      public boolean triggerEvent(int p_59285_, int p_59286_)
      Overrides:
      triggerEvent in class BlockEntity
    • startOpen

      public void startOpen(Player p_155516_)
    • stopOpen

      public void stopOpen(Player p_155523_)
    • stillValid

      public boolean stillValid(Player p_59283_)
    • recheckOpen

      public void recheckOpen()
    • getOpenNess

      public float getOpenNess(float p_59281_)
      Specified by:
      getOpenNess in interface LidBlockEntity