net.minecraft.nbt

public abstract class NumericTag

implements Tag

mq
net.minecraft.nbt.NumericTag
net.minecraft.class_2514
net.minecraft.nbt.AbstractNbtNumber
net.minecraft.nbt.NumberNBT
net.minecraft.server.v1_16_R3.NBTNumber

Constructor summary

ModifierConstructor
protected ()

Method summary

Modifier and TypeMethod
public abstract long
e()
getAsLong()
method_10699()
longValue()
func_150291_c()
asLong()
public abstract int
f()
getAsInt()
method_10701()
intValue()
func_150287_d()
asInt()
public abstract short
g()
getAsShort()
method_10696()
shortValue()
func_150289_e()
asShort()
public abstract byte
h()
getAsByte()
method_10698()
byteValue()
func_150290_f()
asByte()
public abstract double
i()
getAsDouble()
method_10697()
doubleValue()
func_150286_g()
asDouble()
public abstract float
j()
getAsFloat()
method_10700()
floatValue()
func_150288_h()
asFloat()
public abstract Number
k()
getAsNumber()
method_10702()
numberValue()
func_209908_j()