public class AnvilRecipeDisplayData
extends java.lang.Object
Constructor and Description |
---|
AnvilRecipeDisplayData() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,? extends mezz.jei.api.gui.IGuiIngredient<net.minecraft.item.ItemStack>> |
getCurrentIngredients() |
int |
getLastCost() |
net.minecraft.item.ItemStack |
getLastLeftStack() |
net.minecraft.item.ItemStack |
getLastRightStack() |
void |
setCurrentIngredients(java.util.Map<java.lang.Integer,? extends mezz.jei.api.gui.IGuiIngredient<net.minecraft.item.ItemStack>> currentIngredients) |
void |
setLast(net.minecraft.item.ItemStack leftStack,
net.minecraft.item.ItemStack rightStack,
int lastCost) |
@Nullable public java.util.Map<java.lang.Integer,? extends mezz.jei.api.gui.IGuiIngredient<net.minecraft.item.ItemStack>> getCurrentIngredients()
public void setCurrentIngredients(java.util.Map<java.lang.Integer,? extends mezz.jei.api.gui.IGuiIngredient<net.minecraft.item.ItemStack>> currentIngredients)
@Nullable public net.minecraft.item.ItemStack getLastLeftStack()
@Nullable public net.minecraft.item.ItemStack getLastRightStack()
public int getLastCost()
public void setLast(net.minecraft.item.ItemStack leftStack, net.minecraft.item.ItemStack rightStack, int lastCost)