Package dev.sympho.modular_commands.api.command.parameter
package dev.sympho.modular_commands.api.command.parameter
API for defining the parameters that a command takes.
-
ClassDescriptionSpecification for a parameter that receives a Discord channel.Specification for a parameter whose value may optionally be restricted to a set of predetermined values.EntityParameter<T extends Entity>Specification for a parameter that receives Discord entities.Specification for an floating-point parameter.Specification for an integer parameter.MentionableParameter<T extends Entity>Specification for a parameter that receives Discord entities that can be mentioned.Specification for a parameter that receives a Discord message.Specification for a parameter that receives a numeric value.Specification for a parameter received for a command.Specification for a parameter that receives a Discord role.Specification for a string parameter.Specification for a parameter that receives a Discord role.