Package com.sk89q.jnbt
Class DoubleTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.DoubleTag
- All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Deprecated.
The
TAG_Double
tag.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sk89q.worldedit.util.nbt.DoubleBinaryTag
Deprecated.getValue()
Deprecated.Gets the value of this tag.
-
Constructor Details
-
DoubleTag
public DoubleTag(double value)Deprecated.Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
DoubleTag
public DoubleTag(com.sk89q.worldedit.util.nbt.DoubleBinaryTag adventureTag)Deprecated.
-
-
Method Details
DoubleBinaryTag
.