History - net.minecraft.server.command.AbstractCommand
1.7.10
Names
y
net.minecraft.class_955
net.minecraft.server.command.AbstractCommand
net.minecraft.command.CommandBase
Fields
CommandListener: a, field_3733, listener, theAdmin
Constructors
()
Methods
int (): a, method_4634, getRequiredPermissionLevel, getRequiredPermissionLevel
List (): b, method_3274, getAliases, getCommandAliases
boolean (CommandSource): a, method_3278, canUse, canCommandSenderUseCommand
List (CommandSource, String[]): a, method_3276, getSuggestions, addTabCompletionOptions
int (CommandSource, String): a, method_2887, parseInt, parseInt
int (CommandSource, String, int): a, method_2888, parseInt, parseIntWithMin
int (CommandSource, String, int, int): a, method_2889, parseInt, parseIntBounded
double (CommandSource, String): b, method_4637, parseDouble, parseDouble
double (CommandSource, String, double): a, method_6334, parseDouble, parseDouble
double (CommandSource, String, double, double): a, method_6335, parseDouble, parseDouble
boolean (CommandSource, String): c, method_6337, parseBoolean, parseBoolean
ServerPlayerEntity (CommandSource): b, method_4638, asPlayer, getCommandSenderAsPlayer
ServerPlayerEntity (CommandSource, String): d, method_4639, parsePlayer, getPlayer
String (CommandSource, String): e, method_5468, parsePlayerName, getPlayerName
Text (CommandSource, String[], int): a, method_4635, parseText, getChatComponentFromNthArg
Text (CommandSource, String[], int, boolean): a, method_8406, parseText, getChatComponentFromNthArg
String (CommandSource, String[], int): b, method_8408, parseString, getStringFromNthArg
double (CommandSource, double, String): a, method_6332, parseCoordinate, clamp_coord
double (CommandSource, double, String, int, int): a, method_6333, parseCoordinate, clamp_double
Item (CommandSource, String): f, method_8409, parseItem, getItemByText
Block (CommandSource, String): g, method_8410, parseBlock, getBlockByText
String (Object[]): a, method_2891, listArgs, joinNiceString
Text (Text[]): a, method_8407, listText, joinNiceString
String (Collection): a, method_5467, listArgs, joinNiceStringFromCollection
boolean (String, String): a, method_2883, doesStringStartWith, doesStringStartWith
List (String[], String...): a, method_2894, suggestMatching, getListOfStringsMatchingLastWord
List (String[], Iterable): a, method_2893, suggestMatching, getListOfStringsFromIterableMatchingLastWord
boolean (String[], int): a, method_4674, hasTargetSelectorAt, isUsernameIndex
void (CommandSource, Command, String, Object...): a, method_2890, sendSuccess, notifyOperators
void (CommandSource, Command, int, String, Object...): a, method_2886, sendSuccess, notifyOperators
void (CommandListener): a, method_2884, setListener, setAdminCommander
int (Command): a, method_2885, compareTo, compareTo