Uses of Class
net.minecraft.nbt.DoubleTag
Packages that use DoubleTag
-
Uses of DoubleTag in net.minecraft.nbt
Fields in net.minecraft.nbt declared as DoubleTagFields in net.minecraft.nbt with type parameters of type DoubleTagMethods in net.minecraft.nbt that return DoubleTagModifier and TypeMethodDescriptionDoubleTag.copy()
static DoubleTag
DoubleTag.valueOf
(double data) Methods in net.minecraft.nbt that return types with arguments of type DoubleTagMethods in net.minecraft.nbt with parameters of type DoubleTagModifier and TypeMethodDescriptionvoid
SnbtPrinterTagVisitor.visitDouble
(DoubleTag tag) void
StringTagVisitor.visitDouble
(DoubleTag tag) void
TagVisitor.visitDouble
(DoubleTag tag) void
TextComponentTagVisitor.visitDouble
(DoubleTag tag)