Interface ISimpleDisplay


  • public interface ISimpleDisplay
    • Method Detail

      • setItemSimple

        ISimpleDisplay setItemSimple​(int index,
                                     org.bukkit.inventory.ItemStack itemstack,
                                     java.util.function.BiConsumer<org.bukkit.event.inventory.InventoryClickEvent,​ISimpleDisplay> onClick,
                                     DisplayClickFlag... flags)
      • close

        void close​(boolean executeReturn)
      • open

        void open()
      • returnOrClose

        void returnOrClose()
      • stopReturn

        void stopReturn()
      • getOrDefaultCache

        <T> T getOrDefaultCache​(java.lang.String key,
                                T defaultT)
      • setCache

        void setCache​(java.lang.String key,
                      java.lang.Object value)
      • getInventory

        org.bukkit.inventory.Inventory getInventory()
      • hasReturn

        boolean hasReturn()