Class GlowChest

All Implemented Interfaces:
com.destroystokyo.paper.loottable.LootableBlockInventory, com.destroystokyo.paper.loottable.LootableInventory, org.bukkit.block.BlockState, org.bukkit.block.Chest, org.bukkit.block.Container, org.bukkit.block.Lidded, org.bukkit.block.Lockable, org.bukkit.block.TileState, org.bukkit.inventory.BlockInventoryHolder, org.bukkit.inventory.InventoryHolder, org.bukkit.loot.Lootable, org.bukkit.metadata.Metadatable, org.bukkit.Nameable, org.bukkit.persistence.PersistentDataHolder

public class GlowChest extends GlowContainer implements org.bukkit.block.Chest
  • Constructor Details

    • GlowChest

      public GlowChest(GlowBlock block)
  • Method Details

    • getBlockEntity

      public ChestEntity getBlockEntity()
    • getBlockInventory

      public org.bukkit.inventory.Inventory getBlockInventory()
      Specified by:
      getBlockInventory in interface org.bukkit.block.Chest
    • getInventory

      public org.bukkit.inventory.Inventory getInventory()
      Specified by:
      getInventory in interface org.bukkit.block.Container
      Specified by:
      getInventory in interface org.bukkit.inventory.InventoryHolder
      Overrides:
      getInventory in class GlowContainer
    • update

      public boolean update(boolean force, boolean applyPhysics)
      Specified by:
      update in interface org.bukkit.block.BlockState
      Overrides:
      update in class GlowBlockState
    • open

      public void open()
      Specified by:
      open in interface org.bukkit.block.Lidded
    • close

      public void close()
      Specified by:
      close in interface org.bukkit.block.Lidded