Class CreditsScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Layc;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_3294 Lnet/minecraft/class_767;field_3294:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/gui/screen/CreditsScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
    • MINECRAFT_TEXTURE

      private static final Identifier MINECRAFT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official f Layc;f:Ljy;
      intermediary field_3295 Lnet/minecraft/class_767;field_3295:Lnet/minecraft/class_1605;
      named MINECRAFT_TEXTURE Lnet/minecraft/client/gui/screen/CreditsScreen;MINECRAFT_TEXTURE:Lnet/minecraft/util/Identifier;
    • VIGNETTE_TEXTURE

      private static final Identifier VIGNETTE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official g Layc;g:Ljy;
      intermediary field_3296 Lnet/minecraft/class_767;field_3296:Lnet/minecraft/class_1605;
      named VIGNETTE_TEXTURE Lnet/minecraft/client/gui/screen/CreditsScreen;VIGNETTE_TEXTURE:Lnet/minecraft/util/Identifier;
    • field_3297

      private int field_3297
      Mappings:
      Namespace Name Mixin selector
      official h Layc;h:I
      intermediary field_3297 Lnet/minecraft/class_767;field_3297:I
      named field_3297 Lnet/minecraft/client/gui/screen/CreditsScreen;field_3297:I
    • credits

      private List<String> credits
      Mappings:
      Namespace Name Mixin selector
      official i Layc;i:Ljava/util/List;
      intermediary field_3298 Lnet/minecraft/class_767;field_3298:Ljava/util/List;
      named credits Lnet/minecraft/client/gui/screen/CreditsScreen;credits:Ljava/util/List;
    • creditsHeight

      private int creditsHeight
      Mappings:
      Namespace Name Mixin selector
      official r Layc;r:I
      intermediary field_3299 Lnet/minecraft/class_767;field_3299:I
      named creditsHeight Lnet/minecraft/client/gui/screen/CreditsScreen;creditsHeight:I
    • speed

      private float speed
      Mappings:
      Namespace Name Mixin selector
      official s Layc;s:F
      intermediary field_3300 Lnet/minecraft/class_767;field_3300:F
      named speed Lnet/minecraft/client/gui/screen/CreditsScreen;speed:F
  • Constructor Details

    • CreditsScreen

      public CreditsScreen()
  • Method Details

    • 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
    • keyPressed

      protected void keyPressed​(char character, int code)
      Overrides:
      keyPressed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(CI)V
      intermediary method_2781 Lnet/minecraft/class_754;method_2781(CI)V
      named keyPressed Lnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
    • close

      private void close()
      Mappings:
      Namespace Name Mixin selector
      official a Layc;a()V
      intermediary method_2850 Lnet/minecraft/class_767;method_2850()V
      named close Lnet/minecraft/client/gui/screen/CreditsScreen;close()V
    • shouldPauseGame

      public boolean shouldPauseGame()
      Overrides:
      shouldPauseGame in class Screen
      Mappings:
      Namespace Name Mixin selector
      official d Laxu;d()Z
      intermediary method_2802 Lnet/minecraft/class_754;method_2802()Z
      named shouldPauseGame Lnet/minecraft/client/gui/screen/Screen;shouldPauseGame()Z
    • 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
    • renderBackground

      private void renderBackground​(int mouseX, int mouseY, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official b Layc;b(IIF)V
      intermediary method_2851 Lnet/minecraft/class_767;method_2851(IIF)V
      named renderBackground Lnet/minecraft/client/gui/screen/CreditsScreen;renderBackground(IIF)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_2783 Lnet/minecraft/class_754;method_2783(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V