Uses of Interface
org.bukkit.command.CommandMap
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relating to handling specialized non-chat player input.
-
Uses of CommandMap in org.bukkit
Modifier and TypeMethodDescriptionstatic CommandMap
Bukkit.getCommandMap()
Gets the activeCommandMap
Server.getCommandMap()
Gets the activeCommandMap
-
Uses of CommandMap in org.bukkit.command
Modifier and TypeMethodDescriptionboolean
Command.register(@NotNull CommandMap commandMap)
Registers this command to a CommandMap.boolean
Command.unregister(@NotNull CommandMap commandMap)
Unregisters this command from the passed CommandMap applying any outstanding changes