net.minecraft.command
Class CommandDefaultGameMode
java.lang.Object
net.minecraft.command.CommandBase
net.minecraft.command.CommandGameMode
net.minecraft.command.CommandDefaultGameMode
- All Implemented Interfaces:
- Comparable, ICommand
public class CommandDefaultGameMode
- extends CommandGameMode
Methods inherited from class net.minecraft.command.CommandBase |
canCommandSenderUseCommand, compareNameTo, compareTo, doesStringStartWith, func_82359_c, func_82360_a, func_82361_a, func_82363_b, getCommandAliases, getCommandSenderAsPlayer, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, joinNiceString, notifyAdmins, notifyAdmins, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander |
CommandDefaultGameMode
public CommandDefaultGameMode()
getCommandName
public String getCommandName()
- Specified by:
getCommandName
in interface ICommand
- Overrides:
getCommandName
in class CommandGameMode
getCommandUsage
public String getCommandUsage(ICommandSender par1ICommandSender)
- Specified by:
getCommandUsage
in interface ICommand
- Overrides:
getCommandUsage
in class CommandGameMode
processCommand
public void processCommand(ICommandSender par1ICommandSender,
String[] par2ArrayOfStr)
- Specified by:
processCommand
in interface ICommand
- Overrides:
processCommand
in class CommandGameMode