Package com.sk89q.jnbt
Class DoubleTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.DoubleTag
The
TAG_Double
tag.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DoubleTag
public DoubleTag(double value) Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
-
Method Details