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.BOOLEAN
Parser for booleans.RawParser.FLOAT
Parser for floats.RawParser.INTEGER
Parser for integers.RawParser.SNOWFLAKE
Parser for snowflakes.RawParser.STRING
Parser 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.