Uses of Record Class
net.minecraft.nbt.NbtInt
Packages that use NbtInt
Package
Description
The Named Binary Tag (NBT) data format.
-
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.method_10534
(int int2) NbtIntArray.method_10536
(int int2) static NbtInt
NbtInt.of
(int value) Returns the NBT integer fromvalue
.Methods in net.minecraft.nbt that return types with arguments of type NbtIntModifier and TypeMethodDescriptionNbtInt.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtInt in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtInt