-
- 所有超级接口:
NBTBase
- 所有已知实现类:
NBTTagByte
,NBTTagDouble
,NBTTagFloat
,NBTTagInt
,NBTTagLong
,NBTTagShort
public interface NBTNumber extends NBTBase
-
-
方法详细资料
-
asLong
long asLong()
-
asInt
int asInt()
-
asShort
short asShort()
-
asByte
byte asByte()
-
asDouble
double asDouble()
-
asFloat
float asFloat()
-
getValue
Number getValue()
-
-