Class TexturesAction

    • Constructor Detail

      • TexturesAction

        public TexturesAction​(java.lang.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 java.util.function.Consumer<TextureAsset> action)
      • showChoose

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