Package | Description |
---|---|
cpw.mods.fml.common.event | |
cpw.mods.fml.common.modloader | |
net.minecraft.command | |
net.minecraft.scoreboard | |
net.minecraft.src | |
net.minecraftforge.event |
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 | Class and Description |
---|---|
class |
CommandBase |
class |
CommandClearInventory |
class |
CommandDebug |
class |
CommandDefaultGameMode |
class |
CommandDifficulty |
class |
CommandEffect |
class |
CommandEnchant |
class |
CommandGameMode |
class |
CommandGameRule |
class |
CommandGive |
class |
CommandHelp |
class |
CommandKill |
class |
CommandServerBan |
class |
CommandServerBanIp |
class |
CommandServerBanlist |
class |
CommandServerDeop |
class |
CommandServerEmote |
class |
CommandServerKick |
class |
CommandServerList |
class |
CommandServerMessage |
class |
CommandServerOp |
class |
CommandServerPardon |
class |
CommandServerPardonIp |
class |
CommandServerPublishLocal |
class |
CommandServerSaveAll |
class |
CommandServerSaveOff |
class |
CommandServerSaveOn |
class |
CommandServerSay |
class |
CommandServerStop |
class |
CommandServerTp |
class |
CommandServerWhitelist |
class |
CommandSetSpawnpoint |
class |
CommandShowSeed |
class |
CommandTime |
class |
CommandToggleDownfall |
class |
CommandWeather |
class |
CommandXP |
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) |