Uses of Class
net.minecraft.nbt.NbtByteArray
Packages that use NbtByteArray
Package
Description
The Named Binary Tag (NBT) data format.
- 
Uses of NbtByteArray in net.minecraft.nbtFields in net.minecraft.nbt with type parameters of type NbtByteArrayMethods in net.minecraft.nbt that return types with arguments of type NbtByteArrayModifier and TypeMethodDescriptionNbtByteArray.getNbtType()Returns the NBT type definition of this NBT element.
- 
Uses of NbtByteArray in net.minecraft.nbt.visitorMethods in net.minecraft.nbt.visitor with parameters of type NbtByteArrayModifier and TypeMethodDescriptionvoidNbtElementVisitor.visitByteArray(NbtByteArray element) voidNbtOrderedStringFormatter.visitByteArray(NbtByteArray element) voidNbtTextFormatter.visitByteArray(NbtByteArray element) voidStringNbtWriter.visitByteArray(NbtByteArray element)