| Package | Description |
|---|---|
| co.aikar.timings | |
| org.cloudburstmc.server.command | |
| org.cloudburstmc.server.command.defaults | |
| org.cloudburstmc.server.command.simple | |
| org.cloudburstmc.server.registry |
| Modifier and Type | Method and Description |
|---|---|
static Timing |
Timings.getCommandTiming(Command command) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormattedCommandAlias
author: MagicDroidX
Nukkit Project
|
class |
PluginCommand<T extends PluginContainer>
This class is used as a base for all Commands for Plugins.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandFactory.create(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommandExecutor.onCommand(CommandSender sender,
Command command,
String label,
String[] args)
Called when a command is executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BanCommand
author: MagicDroidX
Nukkit Project
|
class |
BanIpCommand
author: MagicDroidX
Nukkit Project
|
class |
BanListCommand
Created on 2015/11/11 by xtypr.
|
class |
DebugPasteCommand |
class |
DefaultGamemodeCommand
Created on 2015/11/12 by xtypr.
|
class |
DeopCommand
Created on 2015/11/12 by xtypr.
|
class |
DifficultyCommand
Created on 2015/11/12 by xtypr.
|
class |
EffectCommand
Created by Snake1999 and Pub4Game on 2016/1/23.
|
class |
EnchantCommand
Created by Pub4Game on 23.01.2016.
|
class |
GamemodeCommand
Created on 2015/11/13 by xtypr.
|
class |
GameruleCommand |
class |
GarbageCollectorCommand
Created on 2015/11/11 by xtypr.
|
class |
GiveCommand
Created on 2015/12/9 by xtypr.
|
class |
HelpCommand
author: MagicDroidX
Nukkit Project
|
class |
KickCommand
Created on 2015/11/11 by xtypr.
|
class |
KillCommand
Created on 2015/12/08 by Pub4Game.
|
class |
ListCommand
Created on 2015/11/11 by xtypr.
|
class |
MeCommand
Created on 2015/11/12 by xtypr.
|
class |
OpCommand
Created on 2015/11/12 by xtypr.
|
class |
PardonCommand
author: MagicDroidX
Nukkit Project
|
class |
PardonIpCommand
author: MagicDroidX
Nukkit Project
|
class |
ParticleCommand
Created on 2015/11/12 by xtypr.
|
class |
PluginsCommand
Created on 2015/11/12 by xtypr.
|
class |
SaveCommand
Created on 2015/11/13 by xtypr.
|
class |
SaveOffCommand
Created on 2015/11/13 by xtypr.
|
class |
SaveOnCommand
Created on 2015/11/13 by xtypr.
|
class |
SayCommand
Created on 2015/11/12 by xtypr.
|
class |
SeedCommand
author: MagicDroidX
Nukkit Project
|
class |
SetWorldSpawnCommand
Created on 2015/12/13 by xtypr.
|
class |
SpawnpointCommand
Created on 2015/12/13 by xtypr.
|
class |
StatusCommand
Created on 2015/11/11 by xtypr.
|
class |
StopCommand
author: MagicDroidX
Nukkit Project
|
class |
TeleportCommand
Created on 2015/11/12 by Pub4Game and milkice.
|
class |
TellCommand
Created on 2015/11/12 by xtypr.
|
class |
TimeCommand
Created on 2015/11/11 by xtypr.
|
class |
TimingsCommand |
class |
TitleCommand |
class |
VersionCommand
Created on 2015/11/12 by xtypr.
|
class |
WeatherCommand
author: Angelic47
Nukkit Project
|
class |
WhitelistCommand
Created on 2015/11/12 by xtypr.
|
class |
XpCommand
Created by Snake1999 on 2016/1/22.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCommand |
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandRegistry.getCommand(String name)
Returns a
Command object by looking it up via name or alias |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Command> |
CommandRegistry.getRegisteredCommands()
Used to obtain a Mapping of String name to Command objects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommandRegistry.isRegistered(Command cmd)
Used to check if a command is registered with the CommandRegistry
|
void |
CommandRegistry.register(PluginContainer plugin,
Command command)
Method used to register a custom command.
|
Copyright © 2020. All rights reserved.