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. VALUES
Fields in net.minecraft.nbt with type parameters of type NbtLong Modifier and Type Field Description static NbtType<NbtLong>
NbtLong. TYPE
Methods in net.minecraft.nbt that return NbtLong Modifier and Type Method Description NbtLong
NbtLong. copy()
NbtLong
NbtLongArray. get(int int2)
NbtLong
NbtLongArray. method_10606(int int2, NbtLong nbtLong)
static NbtLong
NbtLong. of(long value)
NbtLong
NbtLongArray. 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 void
NbtLongArray. add(int int2, NbtLong nbtLong)
NbtLong
NbtLongArray. 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 void
NbtElementVisitor. visitLong(NbtLong element)
void
NbtOrderedStringFormatter. visitLong(NbtLong element)
void
NbtTextFormatter. visitLong(NbtLong element)
void
StringNbtWriter. visitLong(NbtLong element)