Uses of Class
net.minecraft.nbt.NbtLongArray
Packages that use NbtLongArray
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtLongArray in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type NbtLongArrayMethods in net.minecraft.nbt that return NbtLongArrayMethods in net.minecraft.nbt that return types with arguments of type NbtLongArrayModifier and TypeMethodDescriptionNbtLongArray.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtLongArray in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtLongArrayModifier and TypeMethodDescriptionvoid
NbtElementVisitor.visitLongArray
(NbtLongArray element) void
NbtOrderedStringFormatter.visitLongArray
(NbtLongArray element) void
NbtTextFormatter.visitLongArray
(NbtLongArray element) void
StringNbtWriter.visitLongArray
(NbtLongArray element)