public class FloatNbt extends java.lang.Object implements INbtNumber
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
INbtTag |
copy() |
double |
doubleValue() |
boolean |
equals(java.lang.Object o) |
float |
floatValue() |
int |
getId() |
float |
getValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
java.lang.Number |
numberValue() |
void |
read(java.io.DataInput in,
NbtReadTracker readTracker) |
void |
setValue(float value) |
short |
shortValue() |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
public float getValue()
public void setValue(float value)
public byte byteValue()
byteValue in interface INbtNumberpublic short shortValue()
shortValue in interface INbtNumberpublic int intValue()
intValue in interface INbtNumberpublic long longValue()
longValue in interface INbtNumberpublic float floatValue()
floatValue in interface INbtNumberpublic double doubleValue()
doubleValue in interface INbtNumberpublic java.lang.Number numberValue()
numberValue in interface INbtNumberpublic void read(java.io.DataInput in,
NbtReadTracker readTracker)
throws java.io.IOException
public void write(java.io.DataOutput out)
throws java.io.IOException
public boolean equals(java.lang.Object o)
public int hashCode()