Uses of Record 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 TypeMethodDescriptionNbtLong.copy()
NbtLongArray.method_10534
(int int2) NbtLongArray.method_10536
(int int2) static NbtLong
NbtLong.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. -
Uses of NbtLong in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtLong