finePos

fun finePos(name: String, creator: CommandCreator<out ArgumentBuilder<CommandSourceStack, *>>.() -> Unit = {}): CommandCreator<T>

Adds a fine position argument (with decimals) to the command. Equivalent to finePos with centerIntegers = false.


fun finePos(name: String, centerIntegers: Boolean, creator: CommandCreator<out ArgumentBuilder<CommandSourceStack, *>>.() -> Unit = {}): CommandCreator<T>

Adds a fine position argument with centerIntegers option to the command.