Uses of Class
net.minecraft.nbt.NbtLongArray
Package | Description |
---|---|
net.minecraft.nbt | |
net.minecraft.nbt.visitor |
-
Uses of NbtLongArray in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type NbtLongArray Modifier and Type Field Description static NbtType<NbtLongArray>
NbtLongArray. TYPE
Methods in net.minecraft.nbt that return NbtLongArray Modifier and Type Method Description NbtLongArray
NbtLongArray. copy()
Methods in net.minecraft.nbt that return types with arguments of type NbtLongArray Modifier and Type Method Description NbtType<NbtLongArray>
NbtLongArray. getNbtType()
Gets 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 NbtLongArray Modifier and Type Method Description void
NbtElementVisitor. visitLongArray(NbtLongArray element)
void
NbtOrderedStringFormatter. visitLongArray(NbtLongArray element)
void
NbtTextFormatter. visitLongArray(NbtLongArray element)
void
StringNbtWriter. visitLongArray(NbtLongArray element)