Uses of Interface
dev.sympho.modular_commands.api.command.parameter.parse.AttachmentParserStages.Validator
Packages that use AttachmentParserStages.Validator
Package
Description
Interfaces defining how received arguments are parsed.
-
Uses of AttachmentParserStages.Validator in dev.sympho.modular_commands.api.command.parameter.parse
Subinterfaces of AttachmentParserStages.Validator in dev.sympho.modular_commands.api.command.parameter.parseModifier and TypeInterfaceDescriptioninterfaceAttachmentDataParser<T extends @NonNull Object>Parses received attachment arguments into their actual value.interfaceTextFileParser<T extends @NonNull Object>Parses an argument from an attached text file.Methods in dev.sympho.modular_commands.api.command.parameter.parse with parameters of type AttachmentParserStages.ValidatorModifier and TypeMethodDescriptionstatic <T extends @NonNull Object>
AttachmentDataParser<T>Parsers.attachment(AttachmentParserStages.Validator validator, @org.checkerframework.common.value.qual.IntRange(from=0L) int maxSize, AttachmentParserStages.Parser<T> parser) Creates a parser that uses the given validator and parser to parse the contents received in an attachment.