Uses of Interface
dev.sympho.modular_commands.utils.parse.RawParser
Packages that use RawParser
-
Uses of RawParser in dev.sympho.modular_commands.utils.parse
Fields in dev.sympho.modular_commands.utils.parse declared as RawParserModifier and TypeFieldDescriptionRawParser.BOOLEANParser for booleans.RawParser.FLOATParser for floats.RawParser.INTEGERParser for integers.RawParser.SNOWFLAKEParser for snowflakes.RawParser.STRINGParser for strings.Methods in dev.sympho.modular_commands.utils.parse that return RawParserModifier and TypeMethodDescriptionRawParser.channel(CommandContext context, Class<C> type) Creates a parser for channels with the given context.RawParser.channelId(CommandContext context) Creates a parser for channel IDs with the given context.RawParser.message(CommandContext context) Creates a parser for messages with the given context.RawParser.messageId(CommandContext context) Creates a parser for message IDs with the given context.RawParser.role(CommandContext context) Creates a parser for roles with the given context.RawParser.roleId(CommandContext context) Creates a parser for role IDs with the given context.RawParser.user(CommandContext context) Creates a parser for users with the given context.RawParser.userId(CommandContext context) Creates a parser for user IDs with the given context.