public class CMDPay
extends net.minecraft.command.CommandBase
Constructor and Description |
---|
CMDPay(java.util.HashMap accounts) |
Modifier and Type | Method and Description |
---|---|
boolean |
canCommandSenderUseCommand(net.minecraft.command.ICommandSender icommandsender)
Returns true if the given command sender is allowed to use this command.
|
java.lang.String |
getCommandName() |
java.lang.String |
getCommandUsage(net.minecraft.command.ICommandSender icommandsender) |
void |
processCommand(net.minecraft.command.ICommandSender icommandsender,
java.lang.String[] astring) |
addTabCompletionOptions, compareTo, compareTo, doesStringStartWith, func_82359_c, func_82360_a, func_82361_a, func_96332_d, func_96333_a, getCommandAliases, getCommandSenderAsPlayer, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, getRequiredPermissionLevel, isUsernameIndex, joinNiceString, notifyAdmins, notifyAdmins, parseDouble, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander
public java.lang.String getCommandName()
public void processCommand(net.minecraft.command.ICommandSender icommandsender, java.lang.String[] astring)
public boolean canCommandSenderUseCommand(net.minecraft.command.ICommandSender icommandsender)
net.minecraft.command.CommandBase
canCommandSenderUseCommand
in interface net.minecraft.command.ICommand
canCommandSenderUseCommand
in class net.minecraft.command.CommandBase
public java.lang.String getCommandUsage(net.minecraft.command.ICommandSender icommandsender)
getCommandUsage
in interface net.minecraft.command.ICommand
getCommandUsage
in class net.minecraft.command.CommandBase