Package net.minecraft.client.realms
Class RealmsLabel
java.lang.Object
net.minecraft.client.realms.RealmsLabel
- All Implemented Interfaces:
Element
@Environment(CLIENT) public class RealmsLabel extends Object implements Element
- Mappings:
Namespace Name official ewf
intermediary net/minecraft/class_4903
named net/minecraft/client/realms/RealmsLabel
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RealmsLabel(Text text, int x, int y, int color)
-
Method Summary
Modifier and Type Method Description String
getText()
void
render(Screen screen, MatrixStack matrices)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
changeFocus, charTyped, isMouseOver, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
text
- Mappings:
Namespace Name Mixin selector official a
Lewf;a:Loi;
intermediary field_22819
Lnet/minecraft/class_4903;field_22819:Lnet/minecraft/class_2561;
named text
Lnet/minecraft/client/realms/RealmsLabel;text:Lnet/minecraft/text/Text;
-
x
private final int x- Mappings:
Namespace Name Mixin selector official b
Lewf;b:I
intermediary field_22820
Lnet/minecraft/class_4903;field_22820:I
named x
Lnet/minecraft/client/realms/RealmsLabel;x:I
-
y
private final int y- Mappings:
Namespace Name Mixin selector official c
Lewf;c:I
intermediary field_22821
Lnet/minecraft/class_4903;field_22821:I
named y
Lnet/minecraft/client/realms/RealmsLabel;y:I
-
color
private final int color- Mappings:
Namespace Name Mixin selector official d
Lewf;d:I
intermediary field_22822
Lnet/minecraft/class_4903;field_22822:I
named color
Lnet/minecraft/client/realms/RealmsLabel;color:I
-
-
Constructor Details
-
RealmsLabel
- Mappings:
Namespace Name Mixin selector official <init>
Lewf;<init>(Loi;III)V
intermediary <init>
Lnet/minecraft/class_4903;<init>(Lnet/minecraft/class_2561;III)V
named <init>
Lnet/minecraft/client/realms/RealmsLabel;<init>(Lnet/minecraft/text/Text;III)V
-
-
Method Details
-
render
- Mappings:
Namespace Name Mixin selector official a
Lewf;a(Ldve;Ldlr;)V
intermediary method_25488
Lnet/minecraft/class_4903;method_25488(Lnet/minecraft/class_437;Lnet/minecraft/class_4587;)V
named render
Lnet/minecraft/client/realms/RealmsLabel;render(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/util/math/MatrixStack;)V
-
getText
- Mappings:
Namespace Name Mixin selector official a
Lewf;a()Ljava/lang/String;
intermediary method_25487
Lnet/minecraft/class_4903;method_25487()Ljava/lang/String;
named getText
Lnet/minecraft/client/realms/RealmsLabel;getText()Ljava/lang/String;
-