Uses of Interface
org.bukkit.command.CommandMap
-
Packages that use CommandMap Package Description org.bukkit.command Classes relating to handling specialized non-chat player input. -
-
Uses of CommandMap in org.bukkit.command
Classes in org.bukkit.command that implement CommandMap Modifier and Type Class Description classSimpleCommandMapMethods in org.bukkit.command with parameters of type CommandMap Modifier and Type Method Description booleanCommand. register(CommandMap commandMap)Registers this command to a CommandMap.booleanCommand. unregister(CommandMap commandMap)Unregisters this command from the passed CommandMap applying any outstanding changes
-