Class CraftingScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement, ScreenHandlerProvider<CraftingScreenHandler>, RecipeBookProvider

@Environment(CLIENT) public class CraftingScreen extends RecipeBookScreen<CraftingScreenHandler>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/ingame/CraftingScreen
intermediary net/minecraft/class_479
official fva
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/CraftingScreen;TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_2878 Lnet/minecraft/class_479;field_2878:Lnet/minecraft/class_2960;
      official G Lfva;G:Lalz;
  • Constructor Details

    • CraftingScreen

      public CraftingScreen(CraftingScreenHandler handler, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ingame/CraftingScreen;<init>(Lnet/minecraft/screen/CraftingScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_479;<init>(Lnet/minecraft/class_1714;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
      official <init> Lfva;<init>(Lctu;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 RecipeBookScreen<CraftingScreenHandler>
      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 ScreenPos getRecipeBookButtonPos()
      Specified by:
      getRecipeBookButtonPos in class RecipeBookScreen<CraftingScreenHandler>
      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;
    • drawBackground

      protected void drawBackground(DrawContext context, float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen<CraftingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
      intermediary method_2389 Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V
      official a Lfum;a(Lfnr;FII)V