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