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