Class DemoScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT)
public class DemoScreen
extends Screen
Mappings:
Namespace Name
official axf
intermediary net/minecraft/class_737
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_3142 Lnet/minecraft/class_737;field_3142:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/gui/screen/DemoScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official f Laxf;f:Ljy;
      intermediary field_3143 Lnet/minecraft/class_737;field_3143:Lnet/minecraft/class_1605;
      named TEXTURE Lnet/minecraft/client/gui/screen/DemoScreen;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_2795 Lnet/minecraft/class_754;method_2795()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_2787 Lnet/minecraft/class_754;method_2787(Lnet/minecraft/class_685;)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_2804 Lnet/minecraft/class_754;method_2804()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_2800 Lnet/minecraft/class_754;method_2800()V
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground()V
    • render

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