Float Argument Type
data class FloatArgumentType @JvmOverloads constructor(val minimum: Float, val maximum: Float, val examples: Set<String> = emptySet()) : RangedArgumentType<Float>
Properties
Functions
Link copied to clipboard
open suspend fun <S> listSuggestions(context: CommandContext<S>?, builder: SuggestionsBuilder): Suggestions
Link copied to clipboard