Class RealmsMainScreen.EmptyEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<RealmsMainScreen.Entry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<RealmsMainScreen.Entry>
net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entry
net.minecraft.client.realms.gui.screen.RealmsMainScreen.EmptyEntry
- All Implemented Interfaces:
- Element,- Narratable,- Navigable
- Enclosing class:
- RealmsMainScreen
- Mappings:
- Namespace - Name - named - net/minecraft/client/realms/gui/screen/RealmsMainScreen$EmptyEntry- intermediary - net/minecraft/class_4325$class_8802- official - fgg$d
- 
Field SummaryFields inherited from class net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entryfield_46680, field_52117, field_52118Fields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrender(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsMainScreen.EntrydrawGameMode, drawOwnerOrExpiredText, drawTrimmedText, getDescriptionY, getGameModeRight, getNameX, getNameY, getStatusY, getTextHeight, getVersionRight, renderStatusIconMethods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.EntryappendNarrations, mouseClickedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.EntrydrawBorder, isFocused, isMouseOver, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementcharTyped, getBorder, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrder
- 
Constructor Details- 
EmptyEntryEmptyEntry()
 
- 
- 
Method Details- 
renderpublic void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.- Specified by:
- renderin class- EntryListWidget.Entry<RealmsMainScreen.Entry>
- Parameters:
- index- the index of the entry
- y- the Y coordinate of the entry
- x- the X coordinate of the entry
- entryWidth- the width of the entry
- entryHeight- the height of the entry
- mouseX- the X coordinate of the mouse
- mouseY- the Y coordinate of the mouse
- hovered- whether the mouse is hovering over the entry
- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V- intermediary - method_25343- Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)V- official - a- Lfon$a;a(Lfof;IIIIIIIZF)V
 
- 
getNarration- Specified by:
- getNarrationin class- AlwaysSelectedEntryListWidget.Entry<RealmsMainScreen.Entry>
- Mappings:
- Namespace - Name - Mixin selector - named - getNarration- Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;- intermediary - method_37006- Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;- official - a- Lfpq$a;a()Lwp;
 
 
-