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 types with arguments of type AbstractNbtNumberModifier and TypeMethodDescriptionprivate Optional
<AbstractNbtNumber> class_9432.method_58471
(LootContext lootContext) -
Uses of AbstractNbtNumber in net.minecraft.nbt
Subclasses of AbstractNbtNumber in net.minecraft.nbtModifier and TypeClassDescriptionclass
Represents an NBT byte.class
Represents an NBT 64-bit floating-point number.class
Represents an NBT 32-bit floating-point number.class
Represents an NBT 32-bit integer.class
Represents an NBT 64-bit integer.class
Represents an NBT 16-bit integer.