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 NbtDoubleNbtDouble. ZEROFields in net.minecraft.nbt with type parameters of type NbtDouble Modifier and Type Field Description static NbtType<NbtDouble>NbtDouble. TYPEMethods in net.minecraft.nbt that return NbtDouble Modifier and Type Method Description NbtDoubleNbtDouble. copy()static NbtDoubleNbtDouble. 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 voidNbtElementVisitor. visitDouble(NbtDouble element)voidNbtOrderedStringFormatter. visitDouble(NbtDouble element)voidNbtTextFormatter. visitDouble(NbtDouble element)voidStringNbtWriter. visitDouble(NbtDouble element)