Package net.minecraft

Class class_8134

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class class_8134 extends Screen
Mappings:
Namespace Name
official ewg
intermediary net/minecraft/class_8134
named net/minecraft/class_8134
  • Field Details

    • field_42503

      private static final int field_42503
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lewg;a:I
      intermediary field_42503 Lnet/minecraft/class_8134;field_42503:I
      named field_42503 Lnet/minecraft/class_8134;field_42503:I
    • field_42504

      private final class_8132 field_42504
      Mappings:
      Namespace Name Mixin selector
      official b Lewg;b:Lepm;
      intermediary field_42504 Lnet/minecraft/class_8134;field_42504:Lnet/minecraft/class_8132;
      named field_42504 Lnet/minecraft/class_8134;field_42504:Lnet/minecraft/class_8132;
    • field_42505

      private final Screen field_42505
      Mappings:
      Namespace Name Mixin selector
      official c Lewg;c:Lert;
      intermediary field_42505 Lnet/minecraft/class_8134;field_42505:Lnet/minecraft/class_437;
      named field_42505 Lnet/minecraft/class_8134;field_42505:Lnet/minecraft/client/gui/screen/Screen;
    • field_42506

      private final ResourcePackManager field_42506
      Mappings:
      Namespace Name Mixin selector
      official n Lewg;n:Lakl;
      intermediary field_42506 Lnet/minecraft/class_8134;field_42506:Lnet/minecraft/class_3283;
      named field_42506 Lnet/minecraft/class_8134;field_42506:Lnet/minecraft/resource/ResourcePackManager;
    • field_42507

      private final Consumer<ResourcePackManager> field_42507
      Mappings:
      Namespace Name Mixin selector
      official o Lewg;o:Ljava/util/function/Consumer;
      intermediary field_42507 Lnet/minecraft/class_8134;field_42507:Ljava/util/function/Consumer;
      named field_42507 Lnet/minecraft/class_8134;field_42507:Ljava/util/function/Consumer;
    • field_42508

      private final Object2BooleanMap<ResourcePackProfile> field_42508
      Mappings:
      Namespace Name Mixin selector
      official p Lewg;p:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
      intermediary field_42508 Lnet/minecraft/class_8134;field_42508:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
      named field_42508 Lnet/minecraft/class_8134;field_42508:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
  • 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(net.minecraft.client.gui.Element) to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lert;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • method_49016

      private static Text method_49016(ResourcePackProfile resourcePackProfile)
      Mappings:
      Namespace Name Mixin selector
      official a Lewg;a(Lakj;)Ltd;
      intermediary method_49016 Lnet/minecraft/class_8134;method_49016(Lnet/minecraft/class_3288;)Lnet/minecraft/class_2561;
      named method_49016 Lnet/minecraft/class_8134;method_49016(Lnet/minecraft/resource/ResourcePackProfile;)Lnet/minecraft/text/Text;
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official at_ Lert;at_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • method_49024

      private void method_49024()
      Mappings:
      Namespace Name Mixin selector
      official j Lewg;j()V
      intermediary method_49024 Lnet/minecraft/class_8134;method_49024()V
      named method_49024 Lnet/minecraft/class_8134;method_49024()V
    • method_49015

      private void method_49015()
      Mappings:
      Namespace Name Mixin selector
      official B Lewg;B()V
      intermediary method_49015 Lnet/minecraft/class_8134;method_49015()V
      named method_49015 Lnet/minecraft/class_8134;method_49015()V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      official t Lert;t()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lens;a(Lega;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