Uses of Class
net.minecraft.nbt.NbtInt
Packages that use NbtInt
-
Uses of NbtInt in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtIntFields in net.minecraft.nbt with type parameters of type NbtIntMethods in net.minecraft.nbt that return NbtIntModifier and TypeMethodDescriptionNbtInt.copy()
NbtIntArray.get(int int2)
static NbtInt
NbtInt.of(int value)
NbtIntArray.remove(int int2)
Methods in net.minecraft.nbt that return types with arguments of type NbtIntModifier and TypeMethodDescriptionNbtInt.getNbtType()
Gets the NBT type definition of this NBT element.Methods in net.minecraft.nbt with parameters of type NbtInt -
Uses of NbtInt in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtInt