Uses of Interface
dev.sympho.modular_commands.api.command.parameter.parse.ChoicesParser
Packages that use ChoicesParser
Package
Description
Interfaces defining how received arguments are parsed.
-
Uses of ChoicesParser in dev.sympho.modular_commands.api.command.parameter.parse
Subinterfaces of ChoicesParser in dev.sympho.modular_commands.api.command.parameter.parseModifier and TypeInterfaceDescriptioninterface
FloatParser<T extends @NonNull Object>
Parses float-based input arguments.interface
IntegerParser<T extends @NonNull Object>
Parses integer-based input arguments.interface
ListParser<T extends @NonNull Object>
A parser that extracts lists of objects by splitting a string argument and parsing each item.interface
NumberParser<P extends @NonNull Number & Comparable<P>,
T extends @NonNull Object> Parses number-based input arguments.interface
StringParser<T extends @NonNull Object>
Parses string-based input arguments.