Class RealmsMainScreen.RealmSelectionList
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.widget.EntryListWidget<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget<E>
net.minecraft.client.realms.RealmsObjectSelectionList<RealmsMainScreen.Entry>
net.minecraft.client.realms.gui.screen.RealmsMainScreen.RealmSelectionList
- All Implemented Interfaces:
- Drawable,- Element,- Narratable,- Navigable,- ParentElement,- Selectable
- Enclosing class:
- RealmsMainScreen
@Environment(CLIENT)
private class RealmsMainScreen.RealmSelectionList
extends RealmsObjectSelectionList<RealmsMainScreen.Entry>
- Mappings:
- Namespace - Name - official - eiu$h- intermediary - net/minecraft/class_4325$class_4329- named - net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidgetAlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>Nested classes/interfaces inherited from interface net.minecraft.client.gui.SelectableSelectable.SelectionType
- 
Field SummaryFields inherited from class net.minecraft.client.gui.widget.EntryListWidgetbottom, centerListVertically, client, headerHeight, height, itemHeight, left, right, top, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintvoidMethods inherited from class net.minecraft.client.realms.RealmsObjectSelectionListaddEntry, clear, getEntryCount, getRowLeft, getRowTop, getScrollbarPositionX, itemClicked, replaceEntries, setSelected, setSelectedItemMethods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidgetappendNarrations, getNavigationPathMethods inherited from class net.minecraft.client.gui.widget.EntryListWidgetaddEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, clickedHeader, drawSelectionHighlight, enableScissor, ensureVisible, getEntry, getEntryAtPosition, getFirst, getFocused, getHoveredEntry, getMaxScroll, getNavigationFocus, getNeighboringEntry, getNeighboringEntry, getNeighboringEntry, getRowBottom, getRowRight, getScrollAmount, getSelectedOrNull, getType, isMouseOver, isSelectedEntry, method_35721, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, remove, removeEntry, removeEntryWithoutScrolling, render, renderBackground, renderDecorations, renderEntry, renderHeader, renderList, setFocused, setLeftPos, setRenderBackground, setRenderHeader, setRenderHorizontalShadows, setRenderSelection, setScrollAmount, setSelected, updateScrollingState, updateSizeMethods inherited from class net.minecraft.client.gui.AbstractParentElementisDragging, setDraggingMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, hoveredElement, isFocused, keyPressed, keyReleased, setFocusedMethods inherited from interface net.minecraft.client.gui.SelectableisNarratable
- 
Constructor Details- 
RealmSelectionListpublic RealmSelectionList()
 
- 
- 
Method Details- 
setSelected- Mappings:
- Namespace - Name - Mixin selector - official - a- Leiu$h;a(Leiu$d;)V- intermediary - method_25024- Lnet/minecraft/class_4325$class_4329;method_25024(Lnet/minecraft/class_4325$class_4866;)V- named - setSelected- Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList;setSelected(Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry;)V
 
- 
getMaxPositionpublic int getMaxPosition()- Overrides:
- getMaxPositionin class- RealmsObjectSelectionList<RealmsMainScreen.Entry>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lepc;a()I- intermediary - method_25317- Lnet/minecraft/class_350;method_25317()I- named - getMaxPosition- Lnet/minecraft/client/gui/widget/EntryListWidget;getMaxPosition()I
 
- 
getRowWidthpublic int getRowWidth()- Overrides:
- getRowWidthin class- RealmsObjectSelectionList<RealmsMainScreen.Entry>
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lepc;b()I- intermediary - method_25322- Lnet/minecraft/class_350;method_25322()I- named - getRowWidth- Lnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
 
 
-