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 Recipe<?> getRecipe()
    • setRecipe

      public void setRecipe(Recipe<?> p_100148_)
    • render

      public void render(PoseStack p_100150_, Minecraft p_100151_, int p_100152_, int p_100153_, boolean p_100154_, float p_100155_)