Uses of Class
net.minecraft.inventory.container.RepairContainer
-
Packages that use RepairContainer Package Description net.minecraft.client.gui.screen.inventory net.minecraft.inventory.container net.minecraftforge.common -
-
Uses of RepairContainer in net.minecraft.client.gui.screen.inventory
Constructors in net.minecraft.client.gui.screen.inventory with parameters of type RepairContainer Constructor Description AnvilScreen(RepairContainer p_i51103_1_, PlayerInventory p_i51103_2_, ITextComponent p_i51103_3_)
-
Uses of RepairContainer in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container with type parameters of type RepairContainer Modifier and Type Field Description static ContainerType<RepairContainer>
ContainerType. ANVIL
-
Uses of RepairContainer in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type RepairContainer Modifier and Type Method Description static boolean
ForgeHooks. onAnvilChange(RepairContainer container, ItemStack left, ItemStack right, IInventory outputSlot, java.lang.String name, int baseCost)
Deprecated.static boolean
ForgeHooks. onAnvilChange(RepairContainer container, ItemStack left, ItemStack right, IInventory outputSlot, java.lang.String name, int baseCost, PlayerEntity player)
-