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 TypeInterfaceDescriptioninterfaceFloatParser<T extends @NonNull Object>Parses float-based input arguments.interfaceIntegerParser<T extends @NonNull Object>Parses integer-based input arguments.interfaceListParser<T extends @NonNull Object>A parser that extracts lists of objects by splitting a string argument and parsing each item.interfaceNumberParser<P extends @NonNull Number & Comparable<P>,T extends @NonNull Object> Parses number-based input arguments.interfaceStringParser<T extends @NonNull Object>Parses string-based input arguments.