public class NBTTagFloat extends NBTPrimitive
Constructor and Description |
---|
NBTTagFloat(float data) |
Modifier and Type | Method and Description |
---|---|
NBTTagFloat |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
byte |
getByte() |
double |
getDouble() |
float |
getFloat() |
byte |
getId() |
int |
getInt() |
long |
getLong() |
short |
getShort() |
int |
hashCode() |
java.lang.String |
toString() |
createNewByType, getString, getTagTypeName, hasNoTags
public NBTTagFloat copy()
public long getLong()
getLong
in class NBTPrimitive
public int getInt()
getInt
in class NBTPrimitive
public short getShort()
getShort
in class NBTPrimitive
public byte getByte()
getByte
in class NBTPrimitive
public double getDouble()
getDouble
in class NBTPrimitive
public float getFloat()
getFloat
in class NBTPrimitive