//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtFloat/NbtFloat
NbtFloat
[jvm]
fun NbtFloat(signed: String)
Parses the string value as a signed float and wraps it.
Parameters
jvm
signed | Signed value from 1.4e-45 to 3.4028235e+38. NaN and Infinity are also accepted. |
Throws
kotlin.NumberFormatException | if the number is not within a valid range or if the string does not contain a valid number. |