类 GhostRecipe

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

public class GhostRecipe extends Object
  • 字段详细资料

  • 构造器详细资料

    • GhostRecipe

      public GhostRecipe()
  • 方法详细资料

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

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

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