Class GlowChestInventory

java.lang.Object
net.glowstone.inventory.GlowInventory
net.glowstone.inventory.GlowChestInventory
All Implemented Interfaces:
Iterable<org.bukkit.inventory.ItemStack>, org.bukkit.inventory.Inventory

public class GlowChestInventory extends GlowInventory
A class which represents an chest inventory.
  • Constructor Details

    • GlowChestInventory

      public GlowChestInventory(GlowChest chest)
  • Method Details

    • addViewer

      public void addViewer(org.bukkit.entity.HumanEntity viewer)
      Description copied from class: GlowInventory
      Add a viewer to the inventory.
      Overrides:
      addViewer in class GlowInventory
      Parameters:
      viewer - The HumanEntity to add.
    • removeViewer

      public void removeViewer(org.bukkit.entity.HumanEntity viewer)
      Description copied from class: GlowInventory
      Remove a viewer from the inventory.
      Overrides:
      removeViewer in class GlowInventory
      Parameters:
      viewer - The HumanEntity to remove.