Uses of Enum Class
dev.jorel.commandapi.arguments.CommandAPIArgumentType
Packages that use CommandAPIArgumentType
-
Uses of CommandAPIArgumentType in dev.jorel.commandapi.arguments
Subclasses with type arguments of type CommandAPIArgumentType in dev.jorel.commandapi.argumentsModifier and TypeClassDescriptionenumAn enum that represents the different arguments declared in the Command APIMethods in dev.jorel.commandapi.arguments that return CommandAPIArgumentTypeModifier and TypeMethodDescriptionstatic CommandAPIArgumentTypeCommandAPIArgumentType.fromInternal(String internal) Converts an internal name (e.g. minecraft:time) to a CommandAPIArgumentTypeabstract CommandAPIArgumentTypeAbstractArgument.getArgumentType()Returns the argument type for this argument.static CommandAPIArgumentTypeReturns the enum constant of this class with the specified name.static CommandAPIArgumentType[]CommandAPIArgumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.