Class DemoScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class DemoScreen extends Screen
Mappings:
Namespace Name
official axf
intermediary net/minecraft/class_365
named net/minecraft/client/gui/screen/DemoScreen
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Laxf;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_7760 Lnet/minecraft/class_365;field_7760:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/gui/screen/DemoScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
    • BACKGROUND_TEXTURE

      private static final Identifier BACKGROUND_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official f Laxf;f:Ljy;
      intermediary field_6283 Lnet/minecraft/class_365;field_6283:Lnet/minecraft/class_1653;
      named BACKGROUND_TEXTURE Lnet/minecraft/client/gui/screen/DemoScreen;BACKGROUND_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • DemoScreen

      public DemoScreen()
  • Method Details

    • init

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Laxu;b()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(Lavs;)V
      intermediary method_1027 Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Laxu;e()V
      intermediary method_1033 Lnet/minecraft/class_388;method_1033()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • renderBackground

      public void renderBackground()
      Overrides:
      renderBackground in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c Laxu;c()V
      intermediary method_1043 Lnet/minecraft/class_388;method_1043()V
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground()V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V