Class BlockMenu


public class BlockMenu extends DirtyChestMenu
  • Constructor Details

  • Method Details

    • save

      public void save(Location l)
    • move

      public void move(Location l)
    • reload

      public void reload()
      Reload this BlockMenu based on its BlockMenuPreset.
    • getBlock

      public Block getBlock()
    • getLocation

      public Location getLocation()
    • dropItems

      public void dropItems(Location l, int... slots)
      This method drops the contents of this BlockMenu on the ground at the given Location.
      Parameters:
      l - Where to drop these items
      slots - The slots of items that should be dropped
    • delete

      public void delete(Location l)