Uses of Class
net.minecraft.nbt.NbtDouble
Package | Description |
---|---|
net.minecraft.nbt | |
net.minecraft.nbt.visitor |
-
Uses of NbtDouble in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtDouble Modifier and Type Field Description static NbtDouble
NbtDouble. ZERO
Fields in net.minecraft.nbt with type parameters of type NbtDouble Modifier and Type Field Description static NbtType<NbtDouble>
NbtDouble. TYPE
Methods in net.minecraft.nbt that return NbtDouble Modifier and Type Method Description NbtDouble
NbtDouble. copy()
static NbtDouble
NbtDouble. of(double value)
Methods in net.minecraft.nbt that return types with arguments of type NbtDouble Modifier and Type Method Description NbtType<NbtDouble>
NbtDouble. getNbtType()
Gets the NBT type definition of this NBT element. -
Uses of NbtDouble in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtDouble Modifier and Type Method Description void
NbtElementVisitor. visitDouble(NbtDouble element)
void
NbtOrderedStringFormatter. visitDouble(NbtDouble element)
void
NbtTextFormatter. visitDouble(NbtDouble element)
void
StringNbtWriter. visitDouble(NbtDouble element)