Uses of Class
net.minecraft.nbt.NbtIntArray
Packages that use NbtIntArray
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtIntArray in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type NbtIntArrayMethods in net.minecraft.nbt that return NbtIntArrayModifier and TypeMethodDescriptionNbtIntArray.copy()
static NbtIntArray
Serializes aUUID
into its equivalent NBT representation.Methods in net.minecraft.nbt that return types with arguments of type NbtIntArrayModifier and TypeMethodDescriptionNbtIntArray.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtIntArray in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtIntArrayModifier and TypeMethodDescriptionvoid
NbtElementVisitor.visitIntArray
(NbtIntArray element) void
NbtOrderedStringFormatter.visitIntArray
(NbtIntArray element) void
NbtTextFormatter.visitIntArray
(NbtIntArray element) void
StringNbtWriter.visitIntArray
(NbtIntArray element)