public class NBTTagDouble extends NBTPrimitive
| Constructor and Description |
|---|
NBTTagDouble(double data) |
| Modifier and Type | Method and Description |
|---|---|
NBTTagDouble |
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, hasNoTagspublic NBTTagDouble copy()
public long getLong()
getLong in class NBTPrimitivepublic int getInt()
getInt in class NBTPrimitivepublic short getShort()
getShort in class NBTPrimitivepublic byte getByte()
getByte in class NBTPrimitivepublic double getDouble()
getDouble in class NBTPrimitivepublic float getFloat()
getFloat in class NBTPrimitive