Uses of Class
net.minecraft.util.IntReferenceHolder
-
Packages that use IntReferenceHolder Package Description net.minecraft.inventory.container net.minecraft.util -
-
Uses of IntReferenceHolder in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as IntReferenceHolder Modifier and Type Field Description private IntReferenceHolder
RepairContainer. cost
private IntReferenceHolder
EnchantmentContainer. enchantmentSeed
private IntReferenceHolder
LoomContainer. selectedBannerPatternIndex
private IntReferenceHolder
StonecutterContainer. selectedRecipeIndex
Fields in net.minecraft.inventory.container with type parameters of type IntReferenceHolder Modifier and Type Field Description private java.util.List<IntReferenceHolder>
Container. dataSlots
Methods in net.minecraft.inventory.container that return IntReferenceHolder Modifier and Type Method Description protected IntReferenceHolder
Container. addDataSlot(IntReferenceHolder p_216958_1_)
Methods in net.minecraft.inventory.container with parameters of type IntReferenceHolder Modifier and Type Method Description protected IntReferenceHolder
Container. addDataSlot(IntReferenceHolder p_216958_1_)
-
Uses of IntReferenceHolder in net.minecraft.util
Methods in net.minecraft.util that return IntReferenceHolder Modifier and Type Method Description static IntReferenceHolder
IntReferenceHolder. forContainer(IIntArray p_221493_0_, int p_221493_1_)
static IntReferenceHolder
IntReferenceHolder. shared(int[] p_221497_0_, int p_221497_1_)
static IntReferenceHolder
IntReferenceHolder. standalone()
-