Class RecipeBookGhostSlots

java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots

@Environment(CLIENT)
public class RecipeBookGhostSlots
extends Object
  • Field Details

  • Constructor Details

    • RecipeBookGhostSlots

      public RecipeBookGhostSlots()
  • Method Details

    • reset

      public void reset()
    • addSlot

      public void addSlot​(Ingredient ingredient, int x, int y)
    • getSlot

      public RecipeBookGhostSlots.GhostInputSlot getSlot​(int index)
    • getSlotCount

      public int getSlotCount()
    • getRecipe

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

      public void setRecipe​(Recipe<?> recipe)
    • draw

      public void draw​(MatrixStack matrixStack, MinecraftClient minecraftClient, int int2, int int3, boolean bool, float float2)