Uses of Class
net.minecraft.nbt.NbtDouble
Packages that use NbtDouble
-
Uses of NbtDouble in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtDoubleFields in net.minecraft.nbt with type parameters of type NbtDoubleMethods in net.minecraft.nbt that return NbtDoubleMethods in net.minecraft.nbt that return types with arguments of type NbtDoubleModifier and TypeMethodDescriptionNbtDouble.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 NbtDoubleModifier and TypeMethodDescriptionvoid
NbtElementVisitor.visitDouble
(NbtDouble element) void
NbtOrderedStringFormatter.visitDouble
(NbtDouble element) void
NbtTextFormatter.visitDouble
(NbtDouble element) void
StringNbtWriter.visitDouble
(NbtDouble element)