|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
com.cliffblaster.game.api | |
com.cliffblaster.game.commands |
Uses of Command in com.cliffblaster.game.api |
---|
Methods in com.cliffblaster.game.api that return Command | |
---|---|
Command |
JavaPlugin.registerCommand(java.lang.String title,
Command executor,
boolean replace)
Registers a command executor to a command title Plug-ins are required to use registerCommand, unlike in the precious API Returns an old Command or the passed in executor if succeeded, null if failed. |
Methods in com.cliffblaster.game.api with parameters of type Command | |
---|---|
Command |
JavaPlugin.registerCommand(java.lang.String title,
Command executor,
boolean replace)
Registers a command executor to a command title Plug-ins are required to use registerCommand, unlike in the precious API Returns an old Command or the passed in executor if succeeded, null if failed. |
Uses of Command in com.cliffblaster.game.commands |
---|
Subclasses of Command in com.cliffblaster.game.commands | |
---|---|
class |
BanCommand
|
class |
BanIPCommand
|
class |
BroadcastCommand
|
class |
DeOPCommand
|
class |
HelpCommand
|
class |
KickCommand
|
class |
ListCommand
|
class |
OPCommand
|
class |
PardonCommand
|
class |
PardonIPCommand
|
class |
PluginsCommand
|
class |
ResaltCommand
|
class |
SeedCommand
|
class |
SetAllCommand
|
class |
SetSpawnCommand
|
class |
StopCommand
|
class |
TPCommand
|
class |
TPHereCommand
|
class |
TPToCommand
|
class |
TreeCommand
|
class |
UptimeCommand
|
class |
VersionCommand
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |