Class BlocksAction

    • Constructor Detail

      • BlocksAction

        public BlocksAction​(String namespace)
    • Method Detail

      • showGui

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

        public void showChoose​(org.bukkit.command.CommandSender sender,
                               @NotNull
                               @NotNull Consumer<BlockAsset> action)
      • showChoose

        public void showChoose​(org.bukkit.command.CommandSender sender,
                               @NotNull
                               @NotNull Consumer<BlockAsset> action,
                               @Nullable
                               @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction)