net.minecraft.nbt

public abstract class NumericTag

implements Tag

vn
net.minecraft.nbt.NumericTag
net.minecraft.class_2514
net.minecraft.nbt.AbstractNbtNumber
net.minecraft.nbt.NBTNumber

Constructor summary

ModifierConstructor
protected ()

Method summary

Modifier and TypeMethod
public abstract long
f()
getAsLong()
method_10699()
longValue()
public abstract int
g()
getAsInt()
method_10701()
intValue()
public abstract short
h()
getAsShort()
method_10696()
shortValue()
public abstract byte
i()
getAsByte()
method_10698()
byteValue()
public abstract double
j()
getAsDouble()
method_10697()
doubleValue()
public abstract float
k()
getAsFloat()
method_10700()
floatValue()
public abstract Number
l()
getAsNumber()
method_10702()
numberValue()