net.minecraft.nbt

public interface NumericTag

extends PrimitiveTag

uq
net.minecraft.nbt.NumericTag
net.minecraft.class_2514
net.minecraft.nbt.AbstractNbtNumber

Method summary

Modifier and TypeMethod
byte
j()
byteValue()
method_10698()
byteValue()
short
i()
shortValue()
method_10696()
shortValue()
int
h()
intValue()
method_10701()
intValue()
long
g()
longValue()
method_10699()
longValue()
float
l()
floatValue()
method_10700()
floatValue()
double
k()
doubleValue()
method_10697()
doubleValue()
Number
m()
box()
method_10702()
numberValue()
default Optional<Number>
o()
asNumber()
method_68599()
asNumber()
default Optional<Byte>
p()
asByte()
method_68600()
asByte()
default Optional<Short>
q()
asShort()
method_68601()
asShort()
default Optional<Integer>
r()
asInt()
method_68602()
asInt()
default Optional<Long>
s()
asLong()
method_68603()
asLong()
default Optional<Float>
t()
asFloat()
method_68604()
asFloat()
default Optional<Double>
u()
asDouble()
method_68605()
asDouble()
default Optional<Boolean>
v()
asBoolean()
method_68606()
asBoolean()