Package net.minecraft.realms
Class RealmsLabel
- java.lang.Object
-
- net.minecraft.realms.RealmsLabel
-
- All Implemented Interfaces:
IGuiEventListener
public class RealmsLabel extends java.lang.Object implements IGuiEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private int
color
private ITextComponent
text
private int
x
private int
y
-
Constructor Summary
Constructors Constructor Description RealmsLabel(ITextComponent p_i232502_1_, int p_i232502_2_, int p_i232502_3_, int p_i232502_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
void
render(Screen p_239560_1_, MatrixStack p_239560_2_)
-
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.IGuiEventListener
changeFocus, charTyped, isMouseOver, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
-
-
-
Field Detail
-
text
private final ITextComponent text
-
x
private final int x
-
y
private final int y
-
color
private final int color
-
-
Constructor Detail
-
RealmsLabel
public RealmsLabel(ITextComponent p_i232502_1_, int p_i232502_2_, int p_i232502_3_, int p_i232502_4_)
-
-
Method Detail
-
render
public void render(Screen p_239560_1_, MatrixStack p_239560_2_)
-
getText
public java.lang.String getText()
-
-