Class RecipeBookScreen<T extends AbstractRecipeScreenHandler>

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement, ScreenHandlerProvider<T>, RecipeBookProvider
Direct Known Subclasses:
AbstractFurnaceScreen, CraftingScreen, InventoryScreen

@Environment(CLIENT) public abstract class RecipeBookScreen<T extends AbstractRecipeScreenHandler> extends HandledScreen<T> implements RecipeBookProvider
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/ingame/RecipeBookScreen
intermediary net/minecraft/class_10260
official fuo
  • Field Details

    • recipeBook

      private final RecipeBookWidget<?> recipeBook
      Mappings:
      Namespace Name Mixin selector
      named recipeBook Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;recipeBook:Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;
      intermediary field_54474 Lnet/minecraft/class_10260;field_54474:Lnet/minecraft/class_507;
      official G Lfuo;G:Lfxu;
    • narrow

      private boolean narrow
      Mappings:
      Namespace Name Mixin selector
      named narrow Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;narrow:Z
      intermediary field_54475 Lnet/minecraft/class_10260;field_54475:Z
      official H Lfuo;H:Z
  • Constructor Details

    • RecipeBookScreen

      public RecipeBookScreen(T handler, RecipeBookWidget<?> recipeBook, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;<init>(Lnet/minecraft/screen/AbstractRecipeScreenHandler;Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_10260;<init>(Lnet/minecraft/class_1729;Lnet/minecraft/class_507;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
      official <init> Lfuo;<init>(Lcuq;Lfxu;Lcpv;Lxv;)V
  • Method Details

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official aT_ Lftx;aT_()V
    • getRecipeBookButtonPos

      protected abstract ScreenPos getRecipeBookButtonPos()
      Mappings:
      Namespace Name Mixin selector
      named getRecipeBookButtonPos Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;getRecipeBookButtonPos()Lnet/minecraft/client/gui/ScreenPos;
      intermediary method_64509 Lnet/minecraft/class_10260;method_64509()Lnet/minecraft/class_8029;
      official G Lfuo;G()Lfsl;
    • addRecipeBook

      private void addRecipeBook()
      Mappings:
      Namespace Name Mixin selector
      named addRecipeBook Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;addRecipeBook()V
      intermediary method_64512 Lnet/minecraft/class_10260;method_64512()V
      official M Lfuo;M()V
    • onRecipeBookToggled

      protected void onRecipeBookToggled()
      Mappings:
      Namespace Name Mixin selector
      named onRecipeBookToggled Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;onRecipeBookToggled()V
      intermediary method_64510 Lnet/minecraft/class_10260;method_64510()V
      official J Lfuo;J()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      official a Lfpi;a(Lfnr;IIF)V
    • drawSlots

      protected void drawSlots(DrawContext context)
      Overrides:
      drawSlots in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named drawSlots Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawSlots(Lnet/minecraft/client/gui/DrawContext;)V
      intermediary method_64508 Lnet/minecraft/class_465;method_64508(Lnet/minecraft/class_332;)V
      official c Lfum;c(Lfnr;)V
    • shouldAddPaddingToGhostResult

      protected boolean shouldAddPaddingToGhostResult()
      Mappings:
      Namespace Name Mixin selector
      named shouldAddPaddingToGhostResult Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;shouldAddPaddingToGhostResult()Z
      intermediary method_64511 Lnet/minecraft/class_10260;method_64511()Z
      official K Lfuo;K()Z
    • charTyped

      public boolean charTyped(char chr, int modifiers)
      Callback for when a character input has been captured. The key code is identified by the constants in GLFW class.
      Specified by:
      charTyped in interface Element
      Specified by:
      charTyped in interface ParentElement
      Parameters:
      chr - the captured character
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named charTyped Lnet/minecraft/client/gui/Element;charTyped(CI)Z
      intermediary method_25400 Lnet/minecraft/class_364;method_25400(CI)Z
      official a Lfqc;a(CI)Z
    • keyPressed

      public boolean keyPressed(int keyCode, int scanCode, int modifiers)
      Callback for when a key down event has been captured. The key code is identified by the constants in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      scanCode - the unique/platform-specific scan code of the keyboard input
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      official a Lfqc;a(III)Z
    • mouseClicked

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Specified by:
      mouseClicked in interface Element
      Specified by:
      mouseClicked in interface ParentElement
      Overrides:
      mouseClicked in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      official a Lfqc;a(DDI)Z
    • isPointWithinBounds

      protected boolean isPointWithinBounds(int x, int y, int width, int height, double pointX, double pointY)
      Overrides:
      isPointWithinBounds in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named isPointWithinBounds Lnet/minecraft/client/gui/screen/ingame/HandledScreen;isPointWithinBounds(IIIIDD)Z
      intermediary method_2378 Lnet/minecraft/class_465;method_2378(IIIIDD)Z
      official a Lfum;a(IIIIDD)Z
    • isClickOutsideBounds

      protected boolean isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button)
      Overrides:
      isClickOutsideBounds in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named isClickOutsideBounds Lnet/minecraft/client/gui/screen/ingame/HandledScreen;isClickOutsideBounds(DDIII)Z
      intermediary method_2381 Lnet/minecraft/class_465;method_2381(DDIII)Z
      official a Lfum;a(DDIII)Z
    • onMouseClick

      protected void onMouseClick(Slot slot, int slotId, int button, SlotActionType actionType)
      Overrides:
      onMouseClick in class HandledScreen<T extends AbstractRecipeScreenHandler>
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named onMouseClick Lnet/minecraft/client/gui/screen/ingame/HandledScreen;onMouseClick(Lnet/minecraft/screen/slot/Slot;IILnet/minecraft/screen/slot/SlotActionType;)V
      intermediary method_2383 Lnet/minecraft/class_465;method_2383(Lnet/minecraft/class_1735;IILnet/minecraft/class_1713;)V
      official a Lfum;a(Lcuy;IILctm;)V
    • handledScreenTick

      public void handledScreenTick()
      Overrides:
      handledScreenTick in class HandledScreen<T extends AbstractRecipeScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named handledScreenTick Lnet/minecraft/client/gui/screen/ingame/HandledScreen;handledScreenTick()V
      intermediary method_37432 Lnet/minecraft/class_465;method_37432()V
      official E Lfum;E()V
    • refreshRecipeBook

      public void refreshRecipeBook()
      Specified by:
      refreshRecipeBook in interface RecipeBookProvider
      Mappings:
      Namespace Name Mixin selector
      named refreshRecipeBook Lnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;refreshRecipeBook()V
      intermediary method_16891 Lnet/minecraft/class_518;method_16891()V
      official L Lfxz;L()V
    • onCraftFailed

      public void onCraftFailed(RecipeDisplay display)
      Specified by:
      onCraftFailed in interface RecipeBookProvider
      Mappings:
      Namespace Name Mixin selector
      named onCraftFailed Lnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;onCraftFailed(Lnet/minecraft/recipe/display/RecipeDisplay;)V
      intermediary method_64862 Lnet/minecraft/class_518;method_64862(Lnet/minecraft/class_10295;)V
      official a Lfxz;a(Lddi;)V