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. cacheFields in net.minecraft.nbt with type parameters of type IntNBT Modifier and Type Field Description static INBTType<IntNBT>IntNBT. TYPEMethods in net.minecraft.nbt that return IntNBT Modifier and Type Method Description IntNBTIntNBT. copy()IntNBTIntArrayNBT. get(int p_get_1_)IntNBTIntArrayNBT. remove(int p_remove_1_)IntNBTIntArrayNBT. set(int p_set_1_, IntNBT p_set_2_)static IntNBTIntNBT. 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 voidIntArrayNBT. add(int p_add_1_, IntNBT p_add_2_)IntNBTIntArrayNBT. set(int p_set_1_, IntNBT p_set_2_)
-