Interface Chest

All Superinterfaces:
BlockEntity, ContainerBlockEntity, InventoryHolder
All Known Subinterfaces:
EnderChest

public interface Chest extends BlockEntity, ContainerBlockEntity
  • Method Details

    • isFindable

      boolean isFindable()
    • setFindable

      void setFindable(boolean findable)
    • getInventory

      ContainerInventory getInventory()
      Specified by:
      getInventory in interface InventoryHolder
    • isPaired

      boolean isPaired()
    • getPair

      Chest getPair()
    • pairWith

      boolean pairWith(Chest chest)
    • unpair

      boolean unpair()