Package | Description |
---|---|
net.minecraft.command | |
net.minecraft.command.server | |
net.minecraftforge.client | |
net.minecraftforge.event | |
net.minecraftforge.fml.common.event | |
net.minecraftforge.server.command |
Modifier and Type | Class and Description |
---|---|
class |
AdvancementCommand |
class |
CommandBase |
class |
CommandBlockData |
class |
CommandClearInventory |
class |
CommandClone |
class |
CommandCompare |
class |
CommandDebug |
class |
CommandDefaultGameMode |
class |
CommandDifficulty |
class |
CommandEffect |
class |
CommandEnchant |
class |
CommandEntityData |
class |
CommandExecuteAt |
class |
CommandFill |
class |
CommandFunction |
class |
CommandGameMode |
class |
CommandGameRule |
class |
CommandGive |
class |
CommandHelp |
class |
CommandKill |
class |
CommandLocate |
class |
CommandParticle |
class |
CommandPlaySound |
class |
CommandReload |
class |
CommandReplaceItem |
class |
CommandServerKick |
class |
CommandSetPlayerTimeout |
class |
CommandSetSpawnpoint |
class |
CommandShowSeed |
class |
CommandSpreadPlayers |
class |
CommandStats |
class |
CommandStopSound |
class |
CommandTime |
class |
CommandTitle |
class |
CommandToggleDownfall |
class |
CommandTP |
class |
CommandTrigger |
class |
CommandWeather |
class |
CommandWorldBorder |
class |
CommandXP |
class |
RecipeCommand |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ICommand> |
CommandHandler.commandMap |
private java.util.Set<ICommand> |
CommandHandler.commandSet |
Modifier and Type | Method and Description |
---|---|
ICommand |
CommandHandler.registerCommand(ICommand command) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,ICommand> |
CommandHelp.getCommandMap(MinecraftServer server) |
java.util.Map<java.lang.String,ICommand> |
ICommandManager.getCommands() |
java.util.Map<java.lang.String,ICommand> |
CommandHandler.getCommands() |
java.util.List<ICommand> |
ICommandManager.getPossibleCommands(ICommandSender sender) |
java.util.List<ICommand> |
CommandHandler.getPossibleCommands(ICommandSender sender) |
protected java.util.List<ICommand> |
CommandHelp.getSortedPossibleCommands(ICommandSender sender,
MinecraftServer server) |
Modifier and Type | Method and Description |
---|---|
int |
CommandBase.compareTo(ICommand p_compareTo_1_) |
private int |
CommandHandler.getUsernameIndex(ICommand command,
java.lang.String[] args) |
static void |
CommandBase.notifyCommandListener(ICommandSender sender,
ICommand command,
int flags,
java.lang.String translationKey,
java.lang.Object... translationArgs) |
static void |
CommandBase.notifyCommandListener(ICommandSender sender,
ICommand command,
java.lang.String translationKey,
java.lang.Object... translationArgs) |
void |
ServerCommandManager.notifyListener(ICommandSender sender,
ICommand command,
int flags,
java.lang.String translationKey,
java.lang.Object... translationArgs) |
void |
ICommandListener.notifyListener(ICommandSender sender,
ICommand command,
int flags,
java.lang.String translationKey,
java.lang.Object... translationArgs) |
ICommand |
CommandHandler.registerCommand(ICommand command) |
protected boolean |
CommandHandler.tryExecute(ICommandSender sender,
java.lang.String[] args,
ICommand command,
java.lang.String input) |
Modifier and Type | Class and Description |
---|---|
class |
CommandBanIp |
class |
CommandBanPlayer |
class |
CommandBroadcast |
class |
CommandDeOp |
class |
CommandEmote |
class |
CommandListBans |
class |
CommandListPlayers |
class |
CommandMessage |
class |
CommandMessageRaw |
class |
CommandOp |
class |
CommandPardonIp |
class |
CommandPardonPlayer |
class |
CommandPublishLocalServer |
class |
CommandSaveAll |
class |
CommandSaveOff |
class |
CommandSaveOn |
class |
CommandScoreboard |
class |
CommandSetBlock |
class |
CommandSetDefaultSpawnpoint |
class |
CommandStop |
class |
CommandSummon |
class |
CommandTeleport |
class |
CommandTestFor |
class |
CommandTestForBlock |
class |
CommandWhitelist |
Modifier and Type | Interface and Description |
---|---|
interface |
IClientCommand
Client-side commands can implement this interface to allow additional control over when the command may be used.
|
Modifier and Type | Field and Description |
---|---|
private ICommand |
CommandEvent.command |
Modifier and Type | Method and Description |
---|---|
ICommand |
CommandEvent.getCommand() |
Constructor and Description |
---|
CommandEvent(ICommand command,
ICommandSender sender,
java.lang.String[] parameters) |
Modifier and Type | Method and Description |
---|---|
void |
FMLServerStartingEvent.registerServerCommand(ICommand command) |
Modifier and Type | Class and Description |
---|---|
class |
CommandDimensions |
(package private) class |
CommandEntity |
private static class |
CommandEntity.EntityListCommand |
(package private) class |
CommandGenerate |
class |
CommandSetDimension |
(package private) class |
CommandTps |
(package private) class |
CommandTrack |
private static class |
CommandTrack.ResetTrackingCommand |
private static class |
CommandTrack.StartTrackingCommand |
private static class |
CommandTrack.TrackResultsBaseCommand<T>
A base command for all the tracking results commands
|
private static class |
CommandTrack.TrackResultsEntity |
private static class |
CommandTrack.TrackResultsTileEntity |
class |
CommandTreeBase
Base class for commands that has subcommands.
|
class |
CommandTreeHelp
Add help for parent and all its children.
|
static class |
CommandTreeHelp.HelpSubCommand |
class |
ForgeCommand |
Modifier and Type | Field and Description |
---|---|
private ICommand |
CommandTreeHelp.HelpSubCommand.command |
private ICommand |
CommandTreeHelp.parent |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ICommand> |
CommandTreeBase.commandAliasMap |
private java.util.Map<java.lang.String,ICommand> |
CommandTreeBase.commandMap |
Modifier and Type | Method and Description |
---|---|
ICommand |
CommandTreeBase.getSubCommand(java.lang.String command) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ICommand> |
CommandTreeBase.getCommandMap() |
java.util.List<ICommand> |
CommandTreeBase.getSortedCommandList() |
java.util.Collection<ICommand> |
CommandTreeBase.getSubCommands() |
Modifier and Type | Method and Description |
---|---|
void |
CommandTreeBase.addSubcommand(ICommand command) |
void |
ForgeCommand.addSubcommand(ICommand command) |
Constructor and Description |
---|
HelpSubCommand(CommandTreeHelp parent,
ICommand command) |