Package emi.dev.emi.emi.registry
Class EmiCommands
java.lang.Object
net.minecraft.src.CommandBase
emi.dev.emi.emi.registry.EmiCommands
- All Implemented Interfaces:
Comparable,ICommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTabCompletionOptions(ICommandSender sender, String[] userInputStrings) Adds the strings available in this command to the given list of tab completion options.intReturn the required permission level for this command.voidprocessCommand(ICommandSender sender, String[] userInputStrings) Methods inherited from class net.minecraft.src.CommandBase
canCommandSenderUseCommand, compareTo, compareTo, doesStringStartWith, func_110661_a, func_110662_c, func_110663_b, func_110664_a, func_110665_a, func_110666_a, func_82360_a, func_82361_a, func_96332_d, func_96333_a, getCommandAliases, getCommandSenderAsPlayer, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, getPlayer, isUsernameIndex, joinNiceString, notifyAdmins, notifyAdmins, parseDouble, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander
-
Field Details
-
VIEW_RECIPE
public static final byte VIEW_RECIPE- See Also:
-
VIEW_TREE
public static final byte VIEW_TREE- See Also:
-
TREE_GOAL
public static final byte TREE_GOAL- See Also:
-
TREE_RESOLUTION
public static final byte TREE_RESOLUTION- See Also:
-
-
Constructor Details
-
EmiCommands
public EmiCommands()
-
-
Method Details
-
getCommandName
-
getCommandUsage
-
processCommand
-
getRequiredPermissionLevel
public int getRequiredPermissionLevel()Description copied from class:CommandBaseReturn the required permission level for this command.- Overrides:
getRequiredPermissionLevelin classCommandBase
-
addTabCompletionOptions
Description copied from class:CommandBaseAdds the strings available in this command to the given list of tab completion options.- Specified by:
addTabCompletionOptionsin interfaceICommand- Overrides:
addTabCompletionOptionsin classCommandBase
-