Uses of Class
net.minecraft.nbt.DoubleNBT
-
Packages that use DoubleNBT Package Description net.minecraft.nbt -
-
Uses of DoubleNBT in net.minecraft.nbt
Fields in net.minecraft.nbt declared as DoubleNBT Modifier and Type Field Description static DoubleNBT
DoubleNBT. ZERO
Fields in net.minecraft.nbt with type parameters of type DoubleNBT Modifier and Type Field Description static INBTType<DoubleNBT>
DoubleNBT. TYPE
Methods in net.minecraft.nbt that return DoubleNBT Modifier and Type Method Description DoubleNBT
DoubleNBT. copy()
static DoubleNBT
DoubleNBT. valueOf(double p_229684_0_)
Methods in net.minecraft.nbt that return types with arguments of type DoubleNBT Modifier and Type Method Description INBTType<DoubleNBT>
DoubleNBT. getType()
-