Uses of Interface
org.bukkit.command.CommandMap
Packages that use 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
Methods in org.bukkit that return CommandMapModifier and TypeMethodDescriptionstatic CommandMap
Bukkit.getCommandMap()
Gets the activeCommandMap
Server.getCommandMap()
Gets the activeCommandMap
-
Uses of CommandMap in org.bukkit.command
Classes in org.bukkit.command that implement CommandMapMethods in org.bukkit.command with parameters of type CommandMapModifier 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