net.minecraft.src
Class CommandDefaultGameMode
java.lang.Object
net.minecraft.src.CommandBase
net.minecraft.src.CommandGameMode
net.minecraft.src.CommandDefaultGameMode
- All Implemented Interfaces:
- Comparable, ICommand
public class CommandDefaultGameMode
- extends CommandGameMode
Methods inherited from class net.minecraft.src.CommandBase |
canCommandSenderUseCommand, compareNameTo, compareTo, doesStringStartWith, getCommandAliases, getCommandSenderAsPlayer, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, joinNiceString, joinString, 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