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.nbtFields 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.visitorMethods in net.minecraft.nbt.visitor with parameters of type NbtLongArrayModifier and TypeMethodDescriptionvoidNbtElementVisitor.visitLongArray(NbtLongArray element) voidNbtOrderedStringFormatter.visitLongArray(NbtLongArray element) voidNbtTextFormatter.visitLongArray(NbtLongArray element) voidStringNbtWriter.visitLongArray(NbtLongArray element)