public final class FloatTag extends Tag
TAG_Float tag.| Constructor and Description |
|---|
FloatTag(float value)
Creates the tag with an empty name.
|
FloatTag(String name,
float value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
Float |
getValue()
Gets the value of this tag.
|
String |
toString() |
public FloatTag(float value)
value - the value of the tagpublic FloatTag(String name, float value)
name - the name of the tagvalue - the value of the tagCopyright © 2010-2014. All Rights Reserved.