//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtCompound/getNullableDouble
getNullableDouble
[jvm]
fun getNullableDouble(key: String): Double?
Returns the unwrapped double value or null if no value is mapped, or it is mapped to another type tag.
Throws
kotlin.ClassCastException | If the NbtTag is not a NbtDouble |