Uses of Class
net.minecraft.nbt.NbtLong
Packages that use NbtLong
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtLong in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtLongFields in net.minecraft.nbt with type parameters of type NbtLongMethods in net.minecraft.nbt that return NbtLongModifier and TypeMethodDescriptionNbtLongArray.method_10616(int int2) NbtLong.method_10621()NbtLongArray.method_17810(int int2, NbtLong nbtLong) NbtLongArray.method_17811(int int2) static NbtLongNbtLong.of(long value) Returns the NBT long fromvalue.Methods in net.minecraft.nbt that return types with arguments of type NbtLongModifier and TypeMethodDescriptionNbtLong.getNbtType()Returns the NBT type definition of this NBT element.Methods in net.minecraft.nbt with parameters of type NbtLongModifier and TypeMethodDescriptionNbtLongArray.method_17810(int int2, NbtLong nbtLong) voidNbtLongArray.method_17812(int int2, NbtLong nbtLong) -
Uses of NbtLong in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtLong