Class EnderChestBlockEntity

All Implemented Interfaces:
org.cloudburstmc.api.blockentity.BlockEntity, org.cloudburstmc.api.blockentity.Chest, org.cloudburstmc.api.blockentity.ContainerBlockEntity, org.cloudburstmc.api.blockentity.EnderChest, org.cloudburstmc.api.inventory.InventoryHolder

public class EnderChestBlockEntity extends ChestBlockEntity implements org.cloudburstmc.api.blockentity.EnderChest
  • Constructor Details

    • EnderChestBlockEntity

      public EnderChestBlockEntity(org.cloudburstmc.api.blockentity.BlockEntityType<?> type, org.cloudburstmc.api.level.chunk.Chunk chunk, com.nukkitx.math.vector.Vector3i position)
  • Method Details

    • isValid

      public boolean isValid()
      Specified by:
      isValid in interface org.cloudburstmc.api.blockentity.BlockEntity
      Overrides:
      isValid in class ChestBlockEntity
    • isSpawnable

      public boolean isSpawnable()
      Specified by:
      isSpawnable in interface org.cloudburstmc.api.blockentity.BlockEntity
      Overrides:
      isSpawnable in class ChestBlockEntity