Uses of Enum Class
dev.sympho.modular_commands.api.command.parameter.parse.SnowflakeParser.Type
Packages that use SnowflakeParser.Type
Package
Description
Interfaces defining how received arguments are parsed.
Implementations for command contexts.
-
Uses of SnowflakeParser.Type in dev.sympho.modular_commands.api.command.parameter.parse
Methods in dev.sympho.modular_commands.api.command.parameter.parse that return SnowflakeParser.TypeModifier and TypeMethodDescriptionSnowflakeParser.type()The ID type accepted.static SnowflakeParser.TypeReturns the enum constant of this class with the specified name.static SnowflakeParser.Type[]SnowflakeParser.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SnowflakeParser.Type in dev.sympho.modular_commands.impl.context
Methods in dev.sympho.modular_commands.impl.context with parameters of type SnowflakeParser.TypeModifier and TypeMethodDescriptionMessageContextImpl.getSnowflakeArgument(String name, SnowflakeParser.Type type)