Uses of Class
net.minecraft.nbt.AbstractNbtNumber
Packages that use AbstractNbtNumber
Package
Description
The base package for all Minecraft classes.
The Named Binary Tag (NBT) data format.
-
Uses of AbstractNbtNumber in net.minecraft
Methods in net.minecraft that return AbstractNbtNumberModifier and TypeMethodDescriptionprivate static @Nullable AbstractNbtNumberclass_8423.method_50813(ItemStack itemStack) -
Uses of AbstractNbtNumber in net.minecraft.nbt
Subclasses of AbstractNbtNumber in net.minecraft.nbtModifier and TypeClassDescriptionclassRepresents an NBT byte.classRepresents an NBT 64-bit floating-point number.classRepresents an NBT 32-bit floating-point number.classRepresents an NBT 32-bit integer.classRepresents an NBT 64-bit integer.classRepresents an NBT 16-bit integer.