Uses of Class
net.minecraft.nbt.NbtLong
| Package | Description |
|---|---|
| net.minecraft.nbt | |
| net.minecraft.nbt.visitor |
-
Uses of NbtLong in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtLong Modifier and Type Field Description (package private) static NbtLong[]NbtLong.Cache. VALUESFields in net.minecraft.nbt with type parameters of type NbtLong Modifier and Type Field Description static NbtType<NbtLong>NbtLong. TYPEMethods in net.minecraft.nbt that return NbtLong Modifier and Type Method Description NbtLongNbtLong. copy()NbtLongNbtLongArray. get(int int2)NbtLongNbtLongArray. method_10606(int int2, NbtLong nbtLong)static NbtLongNbtLong. of(long value)NbtLongNbtLongArray. remove(int int2)Methods in net.minecraft.nbt that return types with arguments of type NbtLong Modifier and Type Method Description NbtType<NbtLong>NbtLong. getNbtType()Gets the NBT type definition of this NBT element.Methods in net.minecraft.nbt with parameters of type NbtLong Modifier and Type Method Description voidNbtLongArray. add(int int2, NbtLong nbtLong)NbtLongNbtLongArray. method_10606(int int2, NbtLong nbtLong) -
Uses of NbtLong in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtLong Modifier and Type Method Description voidNbtElementVisitor. visitLong(NbtLong element)voidNbtOrderedStringFormatter. visitLong(NbtLong element)voidNbtTextFormatter. visitLong(NbtLong element)voidStringNbtWriter. visitLong(NbtLong element)