net.minecraft.nbt

public abstract class NumericTag

implements Tag

rk
net.minecraft.nbt.NumericTag
net.minecraft.class_2514
net.minecraft.nbt.AbstractNbtNumber
net.minecraft.src.C_4944_
net.minecraft.nbt.NBTNumber

Constructor summary

ModifierConstructor
protected ()

Method summary

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