Package com.sk89q.bukkit.util
Class CommandsManagerRegistration
java.lang.Object
com.sk89q.bukkit.util.CommandRegistration
com.sk89q.bukkit.util.CommandsManagerRegistration
Deprecated.
-
Field Summary
FieldsFields inherited from class com.sk89q.bukkit.util.CommandRegistration
executor, plugin -
Constructor Summary
ConstructorsConstructorDescriptionCommandsManagerRegistration(Plugin plugin, CommandsManager<?> commands) Deprecated.CommandsManagerRegistration(Plugin plugin, CommandExecutor executor, CommandsManager<?> commands) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanregisterAll(List<Command> registered) Deprecated.Methods inherited from class com.sk89q.bukkit.util.CommandRegistration
getCommandMap, getCommandOwner, register, unregisterCommands
-
Field Details
-
commands
Deprecated.
-
-
Constructor Details
-
CommandsManagerRegistration
Deprecated. -
CommandsManagerRegistration
public CommandsManagerRegistration(Plugin plugin, CommandExecutor executor, CommandsManager<?> commands) Deprecated.
-
-
Method Details
-
register
Deprecated. -
registerAll
Deprecated.
-