Class LogoDrawer

java.lang.Object
net.minecraft.client.gui.LogoDrawer

@Environment(CLIENT) public class LogoDrawer extends Object
Mappings:
Namespace Name
named net/minecraft/client/gui/LogoDrawer
intermediary net/minecraft/class_8020
official fpl
  • Field Details Link icon

    • LOGO_TEXTURE Link icon

      public static final Identifier LOGO_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named LOGO_TEXTURE Lnet/minecraft/client/gui/LogoDrawer;LOGO_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_41805 Lnet/minecraft/class_8020;field_41805:Lnet/minecraft/class_2960;
      official a Lfpl;a:Lakv;
    • MINCERAFT_TEXTURE Link icon

      public static final Identifier MINCERAFT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named MINCERAFT_TEXTURE Lnet/minecraft/client/gui/LogoDrawer;MINCERAFT_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_44540 Lnet/minecraft/class_8020;field_44540:Lnet/minecraft/class_2960;
      official b Lfpl;b:Lakv;
    • EDITION_TEXTURE Link icon

      public static final Identifier EDITION_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named EDITION_TEXTURE Lnet/minecraft/client/gui/LogoDrawer;EDITION_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_41806 Lnet/minecraft/class_8020;field_41806:Lnet/minecraft/class_2960;
      official c Lfpl;c:Lakv;
    • LOGO_REGION_WIDTH Link icon

      public static final int LOGO_REGION_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LOGO_REGION_WIDTH Lnet/minecraft/client/gui/LogoDrawer;LOGO_REGION_WIDTH:I
      intermediary field_41807 Lnet/minecraft/class_8020;field_41807:I
      official d Lfpl;d:I
    • LOGO_REGION_HEIGHT Link icon

      public static final int LOGO_REGION_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LOGO_REGION_HEIGHT Lnet/minecraft/client/gui/LogoDrawer;LOGO_REGION_HEIGHT:I
      intermediary field_41808 Lnet/minecraft/class_8020;field_41808:I
      official e Lfpl;e:I
    • LOGO_TEXTURE_WIDTH Link icon

      private static final int LOGO_TEXTURE_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LOGO_TEXTURE_WIDTH Lnet/minecraft/client/gui/LogoDrawer;LOGO_TEXTURE_WIDTH:I
      intermediary field_44541 Lnet/minecraft/class_8020;field_44541:I
      official g Lfpl;g:I
    • LOGO_TEXTURE_HEIGHT Link icon

      private static final int LOGO_TEXTURE_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LOGO_TEXTURE_HEIGHT Lnet/minecraft/client/gui/LogoDrawer;LOGO_TEXTURE_HEIGHT:I
      intermediary field_44542 Lnet/minecraft/class_8020;field_44542:I
      official h Lfpl;h:I
    • EDITION_REGION_WIDTH Link icon

      private static final int EDITION_REGION_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named EDITION_REGION_WIDTH Lnet/minecraft/client/gui/LogoDrawer;EDITION_REGION_WIDTH:I
      intermediary field_44543 Lnet/minecraft/class_8020;field_44543:I
      official i Lfpl;i:I
    • EDITION_REGION_HEIGHT Link icon

      private static final int EDITION_REGION_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named EDITION_REGION_HEIGHT Lnet/minecraft/client/gui/LogoDrawer;EDITION_REGION_HEIGHT:I
      intermediary field_44544 Lnet/minecraft/class_8020;field_44544:I
      official j Lfpl;j:I
    • EDITION_TEXTURE_WIDTH Link icon

      private static final int EDITION_TEXTURE_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named EDITION_TEXTURE_WIDTH Lnet/minecraft/client/gui/LogoDrawer;EDITION_TEXTURE_WIDTH:I
      intermediary field_44545 Lnet/minecraft/class_8020;field_44545:I
      official k Lfpl;k:I
    • EDITION_TEXTURE_HEIGHT Link icon

      private static final int EDITION_TEXTURE_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named EDITION_TEXTURE_HEIGHT Lnet/minecraft/client/gui/LogoDrawer;EDITION_TEXTURE_HEIGHT:I
      intermediary field_44546 Lnet/minecraft/class_8020;field_44546:I
      official l Lfpl;l:I
    • LOGO_BASE_Y Link icon

      public static final int LOGO_BASE_Y
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LOGO_BASE_Y Lnet/minecraft/client/gui/LogoDrawer;LOGO_BASE_Y:I
      intermediary field_41809 Lnet/minecraft/class_8020;field_41809:I
      official f Lfpl;f:I
    • LOGO_AND_EDITION_OVERLAP Link icon

      private static final int LOGO_AND_EDITION_OVERLAP
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LOGO_AND_EDITION_OVERLAP Lnet/minecraft/client/gui/LogoDrawer;LOGO_AND_EDITION_OVERLAP:I
      intermediary field_44547 Lnet/minecraft/class_8020;field_44547:I
      official m Lfpl;m:I
    • minceraft Link icon

      private final boolean minceraft
      Mappings:
      Namespace Name Mixin selector
      named minceraft Lnet/minecraft/client/gui/LogoDrawer;minceraft:Z
      intermediary field_41810 Lnet/minecraft/class_8020;field_41810:Z
      official n Lfpl;n:Z
    • ignoreAlpha Link icon

      private final boolean ignoreAlpha
      Mappings:
      Namespace Name Mixin selector
      named ignoreAlpha Lnet/minecraft/client/gui/LogoDrawer;ignoreAlpha:Z
      intermediary field_41811 Lnet/minecraft/class_8020;field_41811:Z
      official o Lfpl;o:Z
  • Constructor Details Link icon

    • LogoDrawer Link icon

      public LogoDrawer(boolean ignoreAlpha)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/LogoDrawer;<init>(Z)V
      intermediary <init> Lnet/minecraft/class_8020;<init>(Z)V
      official <init> Lfpl;<init>(Z)V
  • Method Details Link icon

    • draw Link icon

      public void draw(DrawContext context, int screenWidth, float alpha)
      Mappings:
      Namespace Name Mixin selector
      named draw Lnet/minecraft/client/gui/LogoDrawer;draw(Lnet/minecraft/client/gui/DrawContext;IF)V
      intermediary method_48209 Lnet/minecraft/class_8020;method_48209(Lnet/minecraft/class_332;IF)V
      official a Lfpl;a(Lfof;IF)V
    • draw Link icon

      public void draw(DrawContext context, int screenWidth, float alpha, int y)
      Mappings:
      Namespace Name Mixin selector
      named draw Lnet/minecraft/client/gui/LogoDrawer;draw(Lnet/minecraft/client/gui/DrawContext;IFI)V
      intermediary method_48210 Lnet/minecraft/class_8020;method_48210(Lnet/minecraft/class_332;IFI)V
      official a Lfpl;a(Lfof;IFI)V