Class CommandManager
java.lang.Object
com.marcusslover.plus.lib.command.CommandManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic @NotNull CommandManagerget(@NotNull org.bukkit.plugin.Plugin plugin) Deprecated.@NotNull Set<org.bukkit.command.Command> @NotNull CommandManager@NotNull CommandManagervoidunregister(@NotNull ICommand command) Unregister a command.
-
Constructor Details
-
CommandManager
public CommandManager(@NotNull @NotNull org.bukkit.plugin.Plugin plugin)
-
-
Method Details
-
get
@Deprecated @NotNull public static @NotNull CommandManager get(@NotNull @NotNull org.bukkit.plugin.Plugin plugin) Deprecated. -
register
-
register
-
unregister
Unregister a command.- Parameters:
command- the command
-
getCommands
-
clearCommands
public void clearCommands()
-