Class ExperimentalWarningScreen.DetailsScreen

java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.pack.ExperimentalWarningScreen.DetailsScreen
All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Enclosing class:
ExperimentalWarningScreen

@Environment(CLIENT) private class ExperimentalWarningScreen.DetailsScreen extends Screen
Mappings:
Namespace Name
official eyo$a
intermediary net/minecraft/class_7745$class_7746
named net/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen
  • Field Details

    • packList

      Mappings:
      Namespace Name Mixin selector
      official b Leyo$a;b:Leyo$a$a;
      intermediary field_40451 Lnet/minecraft/class_7745$class_7746;field_40451:Lnet/minecraft/class_7745$class_7746$class_7747;
      named packList Lnet/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen;packList:Lnet/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen$PackListWidget;
  • Constructor Details

    • DetailsScreen

      DetailsScreen()
  • Method Details

    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aw_ Leug;aw_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • 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 Leug;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • render

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