public interface NBTNumber<V extends java.lang.Number> extends NBTSingleValue<V>
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
getbyte byteValue()
short shortValue()
int intValue()
long longValue()
float floatValue()
double doubleValue()