Class RealmsScreenProxy

All Implemented Interfaces:
class_4122, class_4123, IdentifibleBooleanConsumer

@Environment(CLIENT) public class RealmsScreenProxy extends Screen
Mappings:
Namespace Name
official ciz
intermediary net/minecraft/class_1809
named net/minecraft/client/realms/RealmsScreenProxy
  • Field Details

    • field_20191

      private static final Logger field_20191
      Mappings:
      Namespace Name Mixin selector
      official f Lciz;f:Lorg/apache/logging/log4j/Logger;
      intermediary field_20191 Lnet/minecraft/class_1809;field_20191:Lorg/apache/logging/log4j/Logger;
      named field_20191 Lnet/minecraft/client/realms/RealmsScreenProxy;field_20191:Lorg/apache/logging/log4j/Logger;
    • realmsScreen

      private final RealmsScreen realmsScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lciz;a:Lnet/minecraft/realms/RealmsScreen;
      intermediary field_7748 Lnet/minecraft/class_1809;field_7748:Lnet/minecraft/realms/RealmsScreen;
      named realmsScreen Lnet/minecraft/client/realms/RealmsScreenProxy;realmsScreen:Lnet/minecraft/realms/RealmsScreen;
  • Constructor Details

    • RealmsScreenProxy

      public RealmsScreenProxy(RealmsScreen realmsScreen)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lciz;<init>(Lnet/minecraft/realms/RealmsScreen;)V
      intermediary <init> Lnet/minecraft/class_1809;<init>(Lnet/minecraft/realms/RealmsScreen;)V
      named <init> Lnet/minecraft/client/realms/RealmsScreenProxy;<init>(Lnet/minecraft/realms/RealmsScreen;)V
  • Method Details

    • getRealmsScreen

      public RealmsScreen getRealmsScreen()
      Mappings:
      Namespace Name Mixin selector
      official a Lciz;a()Lnet/minecraft/realms/RealmsScreen;
      intermediary method_6724 Lnet/minecraft/class_1809;method_6724()Lnet/minecraft/realms/RealmsScreen;
      named getRealmsScreen Lnet/minecraft/client/realms/RealmsScreenProxy;getRealmsScreen()Lnet/minecraft/realms/RealmsScreen;
    • init

      public void init(MinecraftClient client, int width, int height)
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;a(Lcft;II)V
      intermediary method_1028 Lnet/minecraft/class_388;method_1028(Lnet/minecraft/class_1600;II)V
      named init Lnet/minecraft/client/gui/screen/Screen;init(Lnet/minecraft/client/MinecraftClient;II)V
    • init

      protected void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c Lckd;c()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • drawCenteredString

      public void drawCenteredString(String text, int x, int y, int color)
      Mappings:
      Namespace Name Mixin selector
      official a Lciz;a(Ljava/lang/String;III)V
      intermediary method_6726 Lnet/minecraft/class_1809;method_6726(Ljava/lang/String;III)V
      named drawCenteredString Lnet/minecraft/client/realms/RealmsScreenProxy;drawCenteredString(Ljava/lang/String;III)V
    • drawString

      public void drawString(String text, int x, int y, int color, boolean shadow)
      Mappings:
      Namespace Name Mixin selector
      official a Lciz;a(Ljava/lang/String;IIIZ)V
      intermediary method_9544 Lnet/minecraft/class_1809;method_9544(Ljava/lang/String;IIIZ)V
      named drawString Lnet/minecraft/client/realms/RealmsScreenProxy;drawString(Ljava/lang/String;IIIZ)V
    • drawTexture

      public void drawTexture(int x, int y, int u, int v, int width, int height)
      Overrides:
      drawTexture in class DrawableHelper
      Mappings:
      Namespace Name Mixin selector
      official b Lcgm;b(IIIIII)V
      intermediary method_992 Lnet/minecraft/class_372;method_992(IIIIII)V
      named drawTexture Lnet/minecraft/client/gui/DrawableHelper;drawTexture(IIIIII)V
    • fillGradient

      public void fillGradient(int x1, int y1, int x2, int y2, int color1, int color2)
      Overrides:
      fillGradient in class DrawableHelper
      Mappings:
      Namespace Name Mixin selector
      official a Lcgm;a(IIIIII)V
      intermediary method_989 Lnet/minecraft/class_372;method_989(IIIIII)V
      named fillGradient Lnet/minecraft/client/gui/DrawableHelper;fillGradient(IIIIII)V
    • renderBackground

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

      public boolean shouldPauseGame()
      Overrides:
      shouldPauseGame in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Lckd;e()Z
      intermediary method_1037 Lnet/minecraft/class_388;method_1037()Z
      named shouldPauseGame Lnet/minecraft/client/gui/screen/Screen;shouldPauseGame()Z
    • renderBackground

      public void renderBackground(int alpha)
      Overrides:
      renderBackground in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c_ Lckd;c_(I)V
      intermediary method_1031 Lnet/minecraft/class_388;method_1031(I)V
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground(I)V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;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
    • renderTooltip

      public void renderTooltip(ItemStack stack, int x, int y)
      Overrides:
      renderTooltip in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;a(Late;II)V
      intermediary method_6752 Lnet/minecraft/class_388;method_6752(Lnet/minecraft/class_1071;II)V
      named renderTooltip Lnet/minecraft/client/gui/screen/Screen;renderTooltip(Lnet/minecraft/item/ItemStack;II)V
    • renderTooltip

      public void renderTooltip(String text, int x, int y)
      Overrides:
      renderTooltip in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;a(Ljava/lang/String;II)V
      intermediary method_6753 Lnet/minecraft/class_388;method_6753(Ljava/lang/String;II)V
      named renderTooltip Lnet/minecraft/client/gui/screen/Screen;renderTooltip(Ljava/lang/String;II)V
    • renderTooltip

      public void renderTooltip(List<String> text, int x, int y)
      Overrides:
      renderTooltip in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;a(Ljava/util/List;II)V
      intermediary method_6754 Lnet/minecraft/class_388;method_6754(Ljava/util/List;II)V
      named renderTooltip Lnet/minecraft/client/gui/screen/Screen;renderTooltip(Ljava/util/List;II)V
    • tick

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

      public int getFontHeight()
      Mappings:
      Namespace Name Mixin selector
      official i Lciz;i()I
      intermediary method_6732 Lnet/minecraft/class_1809;method_6732()I
      named getFontHeight Lnet/minecraft/client/realms/RealmsScreenProxy;getFontHeight()I
    • getStringWidth

      public int getStringWidth(String text)
      Mappings:
      Namespace Name Mixin selector
      official c Lciz;c(Ljava/lang/String;)I
      intermediary method_6730 Lnet/minecraft/class_1809;method_6730(Ljava/lang/String;)I
      named getStringWidth Lnet/minecraft/client/realms/RealmsScreenProxy;getStringWidth(Ljava/lang/String;)I
    • drawWithShadow

      public void drawWithShadow(String text, int x, int y, int color)
      Mappings:
      Namespace Name Mixin selector
      official b Lciz;b(Ljava/lang/String;III)V
      intermediary method_6731 Lnet/minecraft/class_1809;method_6731(Ljava/lang/String;III)V
      named drawWithShadow Lnet/minecraft/client/realms/RealmsScreenProxy;drawWithShadow(Ljava/lang/String;III)V
    • wrapLines

      public List<String> wrapLines(String text, int i)
      Mappings:
      Namespace Name Mixin selector
      official a Lciz;a(Ljava/lang/String;I)Ljava/util/List;
      intermediary method_6725 Lnet/minecraft/class_1809;method_6725(Ljava/lang/String;I)Ljava/util/List;
      named wrapLines Lnet/minecraft/client/realms/RealmsScreenProxy;wrapLines(Ljava/lang/String;I)Ljava/util/List;
    • method_18518

      public void method_18518()
      Mappings:
      Namespace Name Mixin selector
      official j Lciz;j()V
      intermediary method_18518 Lnet/minecraft/class_1809;method_18518()V
      named method_18518 Lnet/minecraft/client/realms/RealmsScreenProxy;method_18518()V
    • method_18514

      public void method_18514(RealmsGuiEventListener realmsGuiEventListener)
      Mappings:
      Namespace Name Mixin selector
      official a Lciz;a(Lnet/minecraft/realms/RealmsGuiEventListener;)V
      intermediary method_18514 Lnet/minecraft/class_1809;method_18514(Lnet/minecraft/realms/RealmsGuiEventListener;)V
      named method_18514 Lnet/minecraft/client/realms/RealmsScreenProxy;method_18514(Lnet/minecraft/realms/RealmsGuiEventListener;)V
    • method_18516

      public void method_18516(RealmsGuiEventListener realmsGuiEventListener)
      Mappings:
      Namespace Name Mixin selector
      official b Lciz;b(Lnet/minecraft/realms/RealmsGuiEventListener;)V
      intermediary method_18516 Lnet/minecraft/class_1809;method_18516(Lnet/minecraft/realms/RealmsGuiEventListener;)V
      named method_18516 Lnet/minecraft/client/realms/RealmsScreenProxy;method_18516(Lnet/minecraft/realms/RealmsGuiEventListener;)V
    • method_18517

      public boolean method_18517(RealmsGuiEventListener realmsGuiEventListener)
      Mappings:
      Namespace Name Mixin selector
      official c Lciz;c(Lnet/minecraft/realms/RealmsGuiEventListener;)Z
      intermediary method_18517 Lnet/minecraft/class_1809;method_18517(Lnet/minecraft/realms/RealmsGuiEventListener;)Z
      named method_18517 Lnet/minecraft/client/realms/RealmsScreenProxy;method_18517(Lnet/minecraft/realms/RealmsGuiEventListener;)Z
    • method_6727

      public void method_6727(RealmsButton realmsButton)
      Mappings:
      Namespace Name Mixin selector
      official a Lciz;a(Lnet/minecraft/realms/RealmsButton;)V
      intermediary method_6727 Lnet/minecraft/class_1809;method_6727(Lnet/minecraft/realms/RealmsButton;)V
      named method_6727 Lnet/minecraft/client/realms/RealmsScreenProxy;method_6727(Lnet/minecraft/realms/RealmsButton;)V
    • getButtons

      public List<RealmsButton> getButtons()
      Mappings:
      Namespace Name Mixin selector
      official k Lciz;k()Ljava/util/List;
      intermediary method_6734 Lnet/minecraft/class_1809;method_6734()Ljava/util/List;
      named getButtons Lnet/minecraft/client/realms/RealmsScreenProxy;getButtons()Ljava/util/List;
    • method_18519

      public void method_18519()
      Mappings:
      Namespace Name Mixin selector
      official m Lciz;m()V
      intermediary method_18519 Lnet/minecraft/class_1809;method_18519()V
      named method_18519 Lnet/minecraft/client/realms/RealmsScreenProxy;method_18519()V
    • removeButton

      public void removeButton(RealmsButton button)
      Mappings:
      Namespace Name Mixin selector
      official b Lciz;b(Lnet/minecraft/realms/RealmsButton;)V
      intermediary method_6729 Lnet/minecraft/class_1809;method_6729(Lnet/minecraft/realms/RealmsButton;)V
      named removeButton Lnet/minecraft/client/realms/RealmsScreenProxy;removeButton(Lnet/minecraft/realms/RealmsButton;)V
    • mouseClicked

      public boolean mouseClicked(double double2, double double3, int int2)
      Specified by:
      mouseClicked in interface class_4122
      Specified by:
      mouseClicked in interface class_4123
      Overrides:
      mouseClicked in class class_4121
      Mappings:
      Namespace Name Mixin selector
      official mouseClicked Lchr;mouseClicked(DDI)Z
      intermediary mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
      named mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
    • mouseReleased

      public boolean mouseReleased(double double2, double double3, int int2)
      Specified by:
      mouseReleased in interface class_4122
      Specified by:
      mouseReleased in interface class_4123
      Overrides:
      mouseReleased in class class_4121
      Mappings:
      Namespace Name Mixin selector
      official mouseReleased Lchr;mouseReleased(DDI)Z
      intermediary mouseReleased Lnet/minecraft/class_4122;mouseReleased(DDI)Z
      named mouseReleased Lnet/minecraft/class_4122;mouseReleased(DDI)Z
    • mouseDragged

      public boolean mouseDragged(double double2, double double3, int int2, double double4, double double5)
      Specified by:
      mouseDragged in interface class_4122
      Specified by:
      mouseDragged in interface class_4123
      Overrides:
      mouseDragged in class class_4121
      Mappings:
      Namespace Name Mixin selector
      official mouseDragged Lchr;mouseDragged(DDIDD)Z
      intermediary mouseDragged Lnet/minecraft/class_4122;mouseDragged(DDIDD)Z
      named mouseDragged Lnet/minecraft/class_4122;mouseDragged(DDIDD)Z
    • keyPressed

      public boolean keyPressed(int int2, int int3, int int4)
      Specified by:
      keyPressed in interface class_4122
      Specified by:
      keyPressed in interface class_4123
      Overrides:
      keyPressed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official keyPressed Lchr;keyPressed(III)Z
      intermediary keyPressed Lnet/minecraft/class_4122;keyPressed(III)Z
      named keyPressed Lnet/minecraft/class_4122;keyPressed(III)Z
    • charTyped

      public boolean charTyped(char char2, int int2)
      Mappings:
      Namespace Name Mixin selector
      official charTyped Lchr;charTyped(CI)Z
      intermediary charTyped Lnet/minecraft/class_4122;charTyped(CI)Z
      named charTyped Lnet/minecraft/class_4122;charTyped(CI)Z
    • confirmResult

      public void confirmResult(boolean bool, int int2)
      Specified by:
      confirmResult in interface IdentifibleBooleanConsumer
      Overrides:
      confirmResult in class Screen
      Mappings:
      Namespace Name Mixin selector
      official confirmResult Lcji;confirmResult(ZI)V
      intermediary confirmResult Lnet/minecraft/class_1811;confirmResult(ZI)V
      named confirmResult Lnet/minecraft/client/gui/widget/IdentifibleBooleanConsumer;confirmResult(ZI)V
    • removed

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official n Lckd;n()V
      intermediary method_1030 Lnet/minecraft/class_388;method_1030()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • method_18515

      public int method_18515(String string, int int2, int int3, int int4, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official b Lciz;b(Ljava/lang/String;IIIZ)I
      intermediary method_18515 Lnet/minecraft/class_1809;method_18515(Ljava/lang/String;IIIZ)I
      named method_18515 Lnet/minecraft/client/realms/RealmsScreenProxy;method_18515(Ljava/lang/String;IIIZ)I