Class GhostRecipe.GhostIngredient
- java.lang.Object
-
- net.minecraft.client.gui.recipebook.GhostRecipe.GhostIngredient
-
- Enclosing class:
- GhostRecipe
public class GhostRecipe.GhostIngredient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Ingredient
ingredient
private int
x
private int
y
-
Constructor Summary
Constructors Constructor Description GhostIngredient(Ingredient p_i47604_2_, int p_i47604_3_, int p_i47604_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemStack
getItem()
int
getX()
int
getY()
-
-
-
Field Detail
-
ingredient
private final Ingredient ingredient
-
x
private final int x
-
y
private final int y
-
-
Constructor Detail
-
GhostIngredient
public GhostIngredient(Ingredient p_i47604_2_, int p_i47604_3_, int p_i47604_4_)
-
-
Method Detail
-
getX
public int getX()
-
getY
public int getY()
-
getItem
public ItemStack getItem()
-
-