Uses of Class
net.minecraft.nbt.NbtLong
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtLong in net.minecraft.nbt
Modifier and TypeMethodDescriptionNbtLong.copy()
NbtLongArray.get
(int int2) NbtLongArray.method_10606
(int int2, NbtLong nbtLong) static NbtLong
NbtLong.of
(long value) Returns the NBT long fromvalue
.NbtLongArray.remove
(int int2) Modifier and TypeMethodDescriptionNbtLong.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtLong in net.minecraft.nbt.visitor