FloatBinaryTag
.@Deprecated public final class FloatTag extends Tag
TAG_Float
tag.Constructor and Description |
---|
FloatTag(float value)
Deprecated.
Creates the tag with an empty name.
|
FloatTag(com.sk89q.worldedit.util.nbt.FloatBinaryTag adventureTag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.nbt.FloatBinaryTag |
asBinaryTag()
Deprecated.
|
java.lang.Float |
getValue()
Deprecated.
Gets the value of this tag.
|