Uses of Record Class
net.minecraft.nbt.NbtDouble
Packages that use NbtDouble
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtDouble in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtDoubleModifier and TypeFieldDescriptionstatic final NbtDouble
NbtDouble.ZERO
The NBT double representing0.0
.Fields in net.minecraft.nbt with type parameters of type NbtDoubleMethods in net.minecraft.nbt that return NbtDoubleModifier and TypeMethodDescriptionNbtDouble.copy()
static NbtDouble
NbtDouble.of
(double value) Returns the NBT double fromvalue
.Methods in net.minecraft.nbt that return types with arguments of type NbtDoubleModifier and TypeMethodDescriptionNbtDouble.getNbtType()
Returns 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 NbtDoubleModifier and TypeMethodDescriptionvoid
NbtElementVisitor.visitDouble
(NbtDouble element) void
NbtOrderedStringFormatter.visitDouble
(NbtDouble element) void
NbtTextFormatter.visitDouble
(NbtDouble element) void
StringNbtWriter.visitDouble
(NbtDouble element)