Class FusionEditorCommand

java.lang.Object
studio.magemonkey.fusion.commands.FusionEditorCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class FusionEditorCommand extends Object implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
  • Constructor Details

    • FusionEditorCommand

      public FusionEditorCommand()
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String label, @NotNull @NotNull String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor
    • onTabComplete

      @Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String label, @NotNull @NotNull String[] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter
    • suggestUsage

      public static void suggestUsage(org.bukkit.entity.Player player, EditorCriteria criteria, String suggestCommand)
    • addPatternFlags

      public void addPatternFlags(Editor editor, String[] args)
    • updateRecipeIconName

      public void updateRecipeIconName(ProfessionEditor professionEditor, String[] args)
    • addRecipeIconLore

      public void addRecipeIconLore(ProfessionEditor professionEditor, String[] args)
    • addRecipeIconFlags

      public void addRecipeIconFlags(ProfessionEditor professionEditor, String[] args)
    • updateRecipeIconColor

      public void updateRecipeIconColor(ProfessionEditor professionEditor, String[] args)
    • addRecipeIconCommand

      public void addRecipeIconCommand(ProfessionEditor professionEditor, String[] args)
    • addRecipeIconEnchants

      public void addRecipeIconEnchants(ProfessionEditor professionEditor, String[] args)
    • removeEditorCriteria

      public static void removeEditorCriteria(UUID uuid)