Class NBTNumber
java.lang.Object
com.github.retrooper.packetevents.protocol.nbt.NBT
com.github.retrooper.packetevents.protocol.nbt.NBTNumber
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NBTNumber
public NBTNumber()
-
-
Method Details
-
getAsNumber
-
getAsByte
public abstract byte getAsByte() -
getAsShort
public abstract short getAsShort() -
getAsInt
public abstract int getAsInt() -
getAsLong
public abstract long getAsLong() -
getAsFloat
public abstract float getAsFloat() -
getAsDouble
public abstract double getAsDouble()
-