Uses of Interface
dev.sympho.modular_commands.api.command.parameter.parse.RoleArgumentParser
Packages that use RoleArgumentParser
Package
Description
Interfaces defining how received arguments are parsed.
-
Uses of RoleArgumentParser in dev.sympho.modular_commands.api.command.parameter.parse
Methods in dev.sympho.modular_commands.api.command.parameter.parse that return RoleArgumentParserModifier and TypeMethodDescriptionstatic RoleArgumentParser<Role>Parsers.role()Creates a parser that receives raw role values.static <T extends @NonNull Object>
RoleArgumentParser<T>Parsers.role(ParserFunction<Role, T> parser) Creates a parser that uses the given function to parse received values.