net.minecraft.src
Class CommandShowSeed

java.lang.Object
  extended by net.minecraft.src.CommandBase
      extended by net.minecraft.src.CommandShowSeed
All Implemented Interfaces:
Comparable, ICommand

public class CommandShowSeed
extends CommandBase


Constructor Summary
CommandShowSeed()
           
 
Method Summary
 boolean canCommandSenderUseCommand(ICommandSender par1ICommandSender)
          Returns true if the given command sender is allowed to use this command.
 String getCommandName()
           
 void processCommand(ICommandSender par1ICommandSender, String[] par2ArrayOfStr)
           
 
Methods inherited from class net.minecraft.src.CommandBase
addTabCompletionOptions, compareNameTo, compareTo, doesStringStartWith, getCommandAliases, getCommandSenderAsPlayer, getCommandUsage, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, joinNiceString, joinString, notifyAdmins, notifyAdmins, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandShowSeed

public CommandShowSeed()
Method Detail

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()

processCommand

public void processCommand(ICommandSender par1ICommandSender,
                           String[] par2ArrayOfStr)