Package com.mojang.realmsclient
Class RealmsMainScreen.ParentEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<RealmsMainScreen.Entry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<RealmsMainScreen.Entry>
com.mojang.realmsclient.RealmsMainScreen.Entry
com.mojang.realmsclient.RealmsMainScreen.ParentEntry
- All Implemented Interfaces:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
- Enclosing class:
RealmsMainScreen
-
Field Summary
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
mouseClicked
(double p_306088_, double p_305887_, int p_305862_) void
render
(GuiGraphics p_305927_, int p_306097_, int p_306073_, int p_306079_, int p_306272_, int p_306279_, int p_306334_, int p_305824_, boolean p_306096_, float p_306323_) Methods inherited from class com.mojang.realmsclient.RealmsMainScreen.Entry
firstLineY, lineHeight, renderClampedName, renderStatusLights, renderThirdLine, secondLineY, textX, thirdLineY, versionTextX
Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, renderBack, setFocused
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.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
server
-
tooltip
-
-
Constructor Details
-
ParentEntry
-
-
Method Details
-
mouseClicked
public boolean mouseClicked(double p_306088_, double p_305887_, int p_305862_) - Specified by:
mouseClicked
in interfaceGuiEventListener
- Overrides:
mouseClicked
in classObjectSelectionList.Entry<RealmsMainScreen.Entry>
-
render
public void render(GuiGraphics p_305927_, int p_306097_, int p_306073_, int p_306079_, int p_306272_, int p_306279_, int p_306334_, int p_305824_, boolean p_306096_, float p_306323_) - Specified by:
render
in classAbstractSelectionList.Entry<RealmsMainScreen.Entry>
-
getNarration
- Specified by:
getNarration
in classObjectSelectionList.Entry<RealmsMainScreen.Entry>
-