Class GhostRecipe

java.lang.Object
net.minecraft.client.gui.screens.recipebook.GhostRecipe

public class GhostRecipe extends Object
  • Field Details

  • Constructor Details

    • GhostRecipe

      public GhostRecipe()
  • Method Details

    • clear

      public void clear()
    • addIngredient

      public void addIngredient(Ingredient p_100144_, int p_100145_, int p_100146_)
    • get

      public GhostRecipe.GhostIngredient get(int p_100142_)
    • size

      public int size()
    • getRecipe

      @Nullable public RecipeHolder<?> getRecipe()
    • setRecipe

      public void setRecipe(RecipeHolder<?> p_299927_)
    • render

      public void render(GuiGraphics p_282081_, Minecraft p_281341_, int p_283169_, int p_282326_, boolean p_282174_, float p_282256_)