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