Class TemplateAction

    • Method Detail

      • showChoose

        public static boolean showChoose​(org.bukkit.command.CommandSender sender,
                                         String namespace,
                                         @NotNull
                                         @NotNull Consumer<CustomTemplate> action)
      • showChoose

        public static boolean showChoose​(org.bukkit.command.CommandSender sender,
                                         String namespace,
                                         @NotNull
                                         @NotNull Consumer<CustomTemplate> action,
                                         @Nullable
                                         @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction)
      • showGui

        public boolean showGui​(org.bukkit.command.CommandSender sender)
        Specified by:
        showGui in interface CommandAction
      • showGui

        public boolean showGui​(org.bukkit.command.CommandSender sender,
                               @Nullable
                               @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction)