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 falintermediary net/minecraft/class_4903named 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 StringgetText()voidrender(Screen screen, MatrixStack matrices)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 aLfal;a:Lon;intermediary field_22819Lnet/minecraft/class_4903;field_22819:Lnet/minecraft/class_2561;named textLnet/minecraft/client/realms/RealmsLabel;text:Lnet/minecraft/text/Text;
-
x
private final int x- Mappings:
Namespace Name Mixin selector official bLfal;b:Iintermediary field_22820Lnet/minecraft/class_4903;field_22820:Inamed xLnet/minecraft/client/realms/RealmsLabel;x:I
-
y
private final int y- Mappings:
Namespace Name Mixin selector official cLfal;c:Iintermediary field_22821Lnet/minecraft/class_4903;field_22821:Inamed yLnet/minecraft/client/realms/RealmsLabel;y:I
-
color
private final int color- Mappings:
Namespace Name Mixin selector official dLfal;d:Iintermediary field_22822Lnet/minecraft/class_4903;field_22822:Inamed colorLnet/minecraft/client/realms/RealmsLabel;color:I
-
-
Constructor Details
-
RealmsLabel
- Mappings:
Namespace Name Mixin selector official <init>Lfal;<init>(Lon;III)Vintermediary <init>Lnet/minecraft/class_4903;<init>(Lnet/minecraft/class_2561;III)Vnamed <init>Lnet/minecraft/client/realms/RealmsLabel;<init>(Lnet/minecraft/text/Text;III)V
-
-
Method Details
-
render
- Mappings:
Namespace Name Mixin selector official aLfal;a(Ldze;Ldpg;)Vintermediary method_25488Lnet/minecraft/class_4903;method_25488(Lnet/minecraft/class_437;Lnet/minecraft/class_4587;)Vnamed renderLnet/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 aLfal;a()Ljava/lang/String;intermediary method_25487Lnet/minecraft/class_4903;method_25487()Ljava/lang/String;named getTextLnet/minecraft/client/realms/RealmsLabel;getText()Ljava/lang/String;
-