Uses of Enum Class
xericker.arenalegends.command.completion.ArgumentType
Packages that use ArgumentType
-
Uses of ArgumentType in xericker.arenalegends.command.completion
Subclasses with type arguments of type ArgumentType in xericker.arenalegends.command.completionMethods in xericker.arenalegends.command.completion that return ArgumentTypeModifier and TypeMethodDescriptionstatic ArgumentTypeArgumentType.fromString(String arg) TabContext.getArgumentType()static ArgumentTypeReturns the enum constant of this class with the specified name.static ArgumentType[]ArgumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xericker.arenalegends.command.completion with parameters of type ArgumentTypeConstructors in xericker.arenalegends.command.completion with parameters of type ArgumentTypeModifierConstructorDescriptionTabContext(String input, List<String> suggestions, ArgumentType argumentType)