Class BrigadierUtil

java.lang.Object
net.william278.huskhomes.command.BrigadierUtil

public class BrigadierUtil extends Object
  • Constructor Details

    • BrigadierUtil

      public BrigadierUtil()
  • Method Details

    • registerCommodore

      protected static void registerCommodore(@NotNull @NotNull BukkitHuskHomes plugin, @NotNull @NotNull org.bukkit.command.PluginCommand pluginCommand, @NotNull @NotNull net.william278.huskhomes.command.CommandBase command)
      Uses commodore to register command completions
      Parameters:
      plugin - instance of the registering Bukkit plugin
      pluginCommand - the Bukkit PluginCommand to register completions for
      command - the CommandBase to register completions for