| Modifier and Type | Method and Description |
|---|---|
void |
FMLServerStartingEvent.registerServerCommand(ICommand command) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModLoaderHelper.addCommand(ICommand command) |
void |
ModLoaderModContainer.addServerCommand(ICommand command) |
| Modifier and Type | Method and Description |
|---|---|
ICommand |
CommandHandler.registerCommand(ICommand par1ICommand)
adds the command and any aliases it has to the internal map of available commands
|
| Modifier and Type | Method and Description |
|---|---|
int |
CommandBase.compareTo(ICommand par1ICommand)
Compares the name of this command to the name of the given command.
|
ICommand |
CommandHandler.registerCommand(ICommand par1ICommand)
adds the command and any aliases it has to the internal map of available commands
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerCommandScoreboard |
class |
ServerCommandTestFor |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModLoader.addCommand(ICommand command) |
| Modifier and Type | Field and Description |
|---|---|
ICommand |
CommandEvent.command |
| Constructor and Description |
|---|
CommandEvent(ICommand command,
ICommandSender sender,
String[] parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForgeCommand |