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 pIngredient, int pX, int pY)
    • get

      public GhostRecipe.GhostIngredient get(int pIndex)
    • size

      public int size()
    • getRecipe

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

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

      public void render(GuiGraphics pGuiGraphics, Minecraft pMinecraft, int pLeftPos, int pTopPos, boolean pOffset, float pPartialTick)