Class GhostRecipe.GhostIngredient

java.lang.Object
net.minecraft.client.gui.screens.recipebook.GhostRecipe.GhostIngredient
Enclosing class:
GhostRecipe

public class GhostRecipe.GhostIngredient extends Object
  • Field Details

    • ingredient

      private final Ingredient ingredient
    • x

      private final int x
    • y

      private final int y
  • Constructor Details

    • GhostIngredient

      public GhostIngredient(Ingredient pIngredient, int pX, int pY)
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getItem

      public ItemStack getItem()