Uses of Class
net.minecraft.nbt.LongNBT
-
Packages that use LongNBT Package Description net.minecraft.nbt -
-
Uses of LongNBT in net.minecraft.nbt
Fields in net.minecraft.nbt declared as LongNBT Modifier and Type Field Description (package private) static LongNBT[]
LongNBT.Cache. cache
Fields in net.minecraft.nbt with type parameters of type LongNBT Modifier and Type Field Description static INBTType<LongNBT>
LongNBT. TYPE
Methods in net.minecraft.nbt that return LongNBT Modifier and Type Method Description LongNBT
LongNBT. copy()
LongNBT
LongArrayNBT. get(int p_get_1_)
LongNBT
LongArrayNBT. remove(int p_remove_1_)
LongNBT
LongArrayNBT. set(int p_set_1_, LongNBT p_set_2_)
static LongNBT
LongNBT. valueOf(long p_229698_0_)
Methods in net.minecraft.nbt that return types with arguments of type LongNBT Modifier and Type Method Description INBTType<LongNBT>
LongNBT. getType()
Methods in net.minecraft.nbt with parameters of type LongNBT Modifier and Type Method Description void
LongArrayNBT. add(int p_add_1_, LongNBT p_add_2_)
LongNBT
LongArrayNBT. set(int p_set_1_, LongNBT p_set_2_)
-