Uses of Interface
dev.sympho.modular_commands.api.command.parameter.parse.Parsers.Simple
Packages that use Parsers.Simple
Package
Description
Interfaces defining how received arguments are parsed.
-
Uses of Parsers.Simple in dev.sympho.modular_commands.api.command.parameter.parse
Methods in dev.sympho.modular_commands.api.command.parameter.parse with parameters of type Parsers.SimpleModifier and TypeMethodDescriptionstatic <R extends @NonNull Object,
T extends @NonNull Object>
ParserFunction<R,T> Parsers.simple
(Parsers.Simple<R, T> parser) Uses a parser that executes synchronously and does not depend on the execution context.