Package com.mojang.realmsclient
Class RealmsMainScreen.ParentEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
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 SummaryFieldsFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntrylistFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanmouseClicked(double p_306088_, double p_305887_, int p_305862_) voidrender(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.EntryfirstLineY, lineHeight, renderClampedName, renderStatusLights, renderThirdLine, secondLineY, textX, thirdLineY, versionTextXMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.EntryupdateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntryisFocused, isMouseOver, renderBack, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenercharTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
server
- 
tooltip
 
- 
- 
Constructor Details- 
ParentEntry
 
- 
- 
Method Details- 
mouseClickedpublic boolean mouseClicked(double p_306088_, double p_305887_, int p_305862_) 
- 
renderpublic 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:
- renderin class- AbstractSelectionList.Entry<RealmsMainScreen.Entry>
 
- 
getNarration- Specified by:
- getNarrationin class- ObjectSelectionList.Entry<RealmsMainScreen.Entry>
 
 
-