Package net.minecraft

Class class_9607

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

@Environment(CLIENT) public class class_9607 extends HandledScreen<class_9519>
Mappings:
Namespace Name
official fqi
intermediary net/minecraft/class_9607
named net/minecraft/class_9607
  • Field Details

    • field_51100

      private static final Identifier field_51100
      Mappings:
      Namespace Name Mixin selector
      official D Lfqi;D:Lakt;
      intermediary field_51100 Lnet/minecraft/class_9607;field_51100:Lnet/minecraft/class_2960;
      named field_51100 Lnet/minecraft/class_9607;field_51100:Lnet/minecraft/util/Identifier;
    • field_51101

      private static final Identifier field_51101
      Mappings:
      Namespace Name Mixin selector
      official E Lfqi;E:Lakt;
      intermediary field_51101 Lnet/minecraft/class_9607;field_51101:Lnet/minecraft/class_2960;
      named field_51101 Lnet/minecraft/class_9607;field_51101:Lnet/minecraft/util/Identifier;
    • field_51102

      private int field_51102
      Mappings:
      Namespace Name Mixin selector
      official F Lfqi;F:I
      intermediary field_51102 Lnet/minecraft/class_9607;field_51102:I
      named field_51102 Lnet/minecraft/class_9607;field_51102:I
    • field_51103

      private final long field_51103
      Mappings:
      Namespace Name Mixin selector
      official G Lfqi;G:J
      intermediary field_51103 Lnet/minecraft/class_9607;field_51103:J
      named field_51103 Lnet/minecraft/class_9607;field_51103:J
    • field_51104

      @Nullable private @Nullable Text field_51104
      Mappings:
      Namespace Name Mixin selector
      official H Lfqi;H:Lxe;
      intermediary field_51104 Lnet/minecraft/class_9607;field_51104:Lnet/minecraft/class_2561;
      named field_51104 Lnet/minecraft/class_9607;field_51104:Lnet/minecraft/text/Text;
    • field_51105

      private boolean field_51105
      Mappings:
      Namespace Name Mixin selector
      official I Lfqi;I:Z
      intermediary field_51105 Lnet/minecraft/class_9607;field_51105:Z
      named field_51105 Lnet/minecraft/class_9607;field_51105:Z
  • Constructor Details

  • Method Details

    • init

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

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

      This should call Screen.setInitialFocus() to set the element that is initially focused.

      Overrides:
      init in class HandledScreen<class_9519>
      Mappings:
      Namespace Name Mixin selector
      official aN_ Lfon;aN_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • method_59337

      private Text method_59337(char char2, char char3, char char4, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lfqi;a(CCCZ)Lxe;
      intermediary method_59337 Lnet/minecraft/class_9607;method_59337(CCCZ)Lnet/minecraft/class_2561;
      named method_59337 Lnet/minecraft/class_9607;method_59337(CCCZ)Lnet/minecraft/text/Text;
    • render

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

      public Text getTitle()
      Overrides:
      getTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official n Lfon;n()Lxe;
      intermediary method_25440 Lnet/minecraft/class_437;method_25440()Lnet/minecraft/class_2561;
      named getTitle Lnet/minecraft/client/gui/screen/Screen;getTitle()Lnet/minecraft/text/Text;
    • drawBackground

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