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. TYPEMethods in net.minecraft.nbt that return NbtLongArray Modifier and Type Method Description NbtLongArrayNbtLongArray. 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 voidNbtElementVisitor. visitLongArray(NbtLongArray element)voidNbtOrderedStringFormatter. visitLongArray(NbtLongArray element)voidNbtTextFormatter. visitLongArray(NbtLongArray element)voidStringNbtWriter. visitLongArray(NbtLongArray element)