net.minecraft.command
Class CommandShowSeed
java.lang.Object
net.minecraft.command.CommandBase
net.minecraft.command.CommandShowSeed
- All Implemented Interfaces:
- Comparable, ICommand
public class CommandShowSeed
- extends CommandBase
Methods inherited from class net.minecraft.command.CommandBase |
addTabCompletionOptions, compareNameTo, compareTo, doesStringStartWith, func_82359_c, func_82360_a, func_82361_a, func_82363_b, getCommandAliases, getCommandSenderAsPlayer, getCommandUsage, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, isUsernameIndex, joinNiceString, notifyAdmins, notifyAdmins, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander |
CommandShowSeed
public CommandShowSeed()
canCommandSenderUseCommand
public boolean canCommandSenderUseCommand(ICommandSender par1ICommandSender)
- Returns true if the given command sender is allowed to use this command.
- Specified by:
canCommandSenderUseCommand
in interface ICommand
- Overrides:
canCommandSenderUseCommand
in class CommandBase
getCommandName
public String getCommandName()
getRequiredPermissionLevel
public int getRequiredPermissionLevel()
- Return the required permission level for this command.
- Overrides:
getRequiredPermissionLevel
in class CommandBase
processCommand
public void processCommand(ICommandSender par1ICommandSender,
String[] par2ArrayOfStr)