float
fun float(name: String, min: Float = -Float.MAX_VALUE, max: Float = Float.MAX_VALUE, creator: CommandCreator<RequiredArgumentBuilder<CommandSourceStack, Float>>.() -> Unit = {}): CommandCreator<T>
Adds a float argument to the command.
Adds a float argument to the command.