float
fun float(name: String, min: Float = Float.MIN_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.