Class ForgingScreen<T extends ForgingScreenHandler>

All Implemented Interfaces:
Drawable, Element, ParentElement, ScreenHandlerProvider<T>, TickableElement, ScreenHandlerListener
Direct Known Subclasses:
AnvilScreen, SmithingScreen

@Environment(CLIENT)
public class ForgingScreen<T extends ForgingScreenHandler>
extends HandledScreen<T>
implements ScreenHandlerListener
Mappings:
Namespace Name
official dwx
intermediary net/minecraft/class_4894
named net/minecraft/client/gui/screen/ingame/ForgingScreen
  • Field Details

    • texture

      private final Identifier texture
      Mappings:
      Namespace Name Mixin selector
      official A Ldwx;A:Lwb;
      intermediary field_22794 Lnet/minecraft/class_4894;field_22794:Lnet/minecraft/class_2960;
      named texture Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;texture:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • ForgingScreen

      public ForgingScreen​(T handler, PlayerInventory playerInventory, Text title, Identifier texture)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldwx;<init>(Lbkq;Lbhk;Loi;Lwb;)V
      intermediary <init> Lnet/minecraft/class_4894;<init>(Lnet/minecraft/class_4861;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;Lnet/minecraft/class_2960;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;<init>(Lnet/minecraft/screen/ForgingScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;Lnet/minecraft/util/Identifier;)V
  • Method Details

    • setup

      protected void setup()
      Mappings:
      Namespace Name Mixin selector
      official i Ldwx;i()V
      intermediary method_25445 Lnet/minecraft/class_4894;method_25445()V
      named setup Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;setup()V
    • 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 ForgingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official b Ldve;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • removed

      public void removed()
      Overrides:
      removed in class HandledScreen<T extends ForgingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official e Ldve;e()V
      intermediary method_25432 Lnet/minecraft/class_437;method_25432()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • render

      public void render​(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class HandledScreen<T extends ForgingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Ldsq;a(Ldlr;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • renderForeground

      protected void renderForeground​(MatrixStack matrices, int mouseY, int int2, float float2)
      Mappings:
      Namespace Name Mixin selector
      official b Ldwx;b(Ldlr;IIF)V
      intermediary method_25444 Lnet/minecraft/class_4894;method_25444(Lnet/minecraft/class_4587;IIF)V
      named renderForeground Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;renderForeground(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • drawBackground

      protected void drawBackground​(MatrixStack matrices, float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen<T extends ForgingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Ldwa;a(Ldlr;FII)V
      intermediary method_2389 Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_4587;FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/util/math/MatrixStack;FII)V
    • onHandlerRegistered

      public void onHandlerRegistered​(ScreenHandler handler, DefaultedList<ItemStack> stacks)
      Specified by:
      onHandlerRegistered in interface ScreenHandlerListener
      Mappings:
      Namespace Name Mixin selector
      official a Lbkd;a(Lbjr;Lgj;)V
      intermediary method_7634 Lnet/minecraft/class_1712;method_7634(Lnet/minecraft/class_1703;Lnet/minecraft/class_2371;)V
      named onHandlerRegistered Lnet/minecraft/screen/ScreenHandlerListener;onHandlerRegistered(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/util/collection/DefaultedList;)V
    • onPropertyUpdate

      public void onPropertyUpdate​(ScreenHandler handler, int property, int value)
      Specified by:
      onPropertyUpdate in interface ScreenHandlerListener
      Mappings:
      Namespace Name Mixin selector
      official a Lbkd;a(Lbjr;II)V
      intermediary method_7633 Lnet/minecraft/class_1712;method_7633(Lnet/minecraft/class_1703;II)V
      named onPropertyUpdate Lnet/minecraft/screen/ScreenHandlerListener;onPropertyUpdate(Lnet/minecraft/screen/ScreenHandler;II)V
    • onSlotUpdate

      public void onSlotUpdate​(ScreenHandler handler, int slotId, ItemStack stack)
      Specified by:
      onSlotUpdate in interface ScreenHandlerListener
      Mappings:
      Namespace Name Mixin selector
      official a Lbkd;a(Lbjr;ILbnv;)V
      intermediary method_7635 Lnet/minecraft/class_1712;method_7635(Lnet/minecraft/class_1703;ILnet/minecraft/class_1799;)V
      named onSlotUpdate Lnet/minecraft/screen/ScreenHandlerListener;onSlotUpdate(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V