Class LogoDrawer

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

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

    • LOGO_TEXTURE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    • LogoDrawer

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

    • draw

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

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