Package net.minecraft.client.realms
Class RealmsObjectSelectionList<E extends AlwaysSelectedEntryListWidget.Entry<E>>
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<E>
- All Implemented Interfaces:
- Drawable,- Element,- Narratable,- Navigable,- ParentElement,- Selectable
- Direct Known Subclasses:
- RealmsBackupScreen.BackupObjectSelectionList,- RealmsMainScreen.RealmSelectionList,- RealmsPendingInvitesScreen.PendingInvitationSelectionList,- RealmsPlayerScreen.InvitedObjectSelectionList,- RealmsSelectFileToUploadScreen.WorldSelectionList,- RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionList
@Environment(CLIENT)
public abstract class RealmsObjectSelectionList<E extends AlwaysSelectedEntryListWidget.Entry<E>>
extends AlwaysSelectedEntryListWidget<E>
- Mappings:
- Namespace - Name - official - gam- intermediary - net/minecraft/class_4904- named - net/minecraft/client/realms/RealmsObjectSelectionList
- 
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 SummaryConstructorsModifierConstructorDescriptionprotectedRealmsObjectSelectionList(int width, int height, int top, int bottom, int itemHeight) 
- 
Method SummaryModifier and TypeMethodDescriptionintvoidclear()intintintintgetRowTop(int index) intintvoiditemClicked(int cursorY, int selectionIndex, double mouseX, double mouseY, int listWidth, int int2) voidreplaceEntries(Collection<E> newEntries) voidsetSelected(int index) voidsetSelectedItem(int index) Methods 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- 
RealmsObjectSelectionListprotected RealmsObjectSelectionList(int width, int height, int top, int bottom, int itemHeight) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lgam;<init>(IIIII)V- intermediary - <init>- Lnet/minecraft/class_4904;<init>(IIIII)V- named - <init>- Lnet/minecraft/client/realms/RealmsObjectSelectionList;<init>(IIIII)V
 
 
- 
- 
Method Details- 
setSelectedItempublic void setSelectedItem(int index) - Mappings:
- Namespace - Name - Mixin selector - official - j- Lgam;j(I)V- intermediary - method_25492- Lnet/minecraft/class_4904;method_25492(I)V- named - setSelectedItem- Lnet/minecraft/client/realms/RealmsObjectSelectionList;setSelectedItem(I)V
 
- 
setSelectedpublic void setSelected(int index) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lgam;a(I)V- intermediary - method_25489- Lnet/minecraft/class_4904;method_25489(I)V- named - setSelected- Lnet/minecraft/client/realms/RealmsObjectSelectionList;setSelected(I)V
 
- 
itemClickedpublic void itemClicked(int cursorY, int selectionIndex, double mouseX, double mouseY, int listWidth, int int2) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lgam;a(IIDDII)V- intermediary - method_25490- Lnet/minecraft/class_4904;method_25490(IIDDII)V- named - itemClicked- Lnet/minecraft/client/realms/RealmsObjectSelectionList;itemClicked(IIDDII)V
 
- 
getMaxPositionpublic int getMaxPosition()- Overrides:
- getMaxPositionin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- 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
 
- 
getScrollbarPositionXpublic int getScrollbarPositionX()- Overrides:
- getScrollbarPositionXin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lepc;c()I- intermediary - method_25329- Lnet/minecraft/class_350;method_25329()I- named - getScrollbarPositionX- Lnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
 
- 
getRowWidthpublic int getRowWidth()- Overrides:
- getRowWidthin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- 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
 
- 
replaceEntries- Overrides:
- replaceEntriesin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lepc;a(Ljava/util/Collection;)V- intermediary - method_25314- Lnet/minecraft/class_350;method_25314(Ljava/util/Collection;)V- named - replaceEntries- Lnet/minecraft/client/gui/widget/EntryListWidget;replaceEntries(Ljava/util/Collection;)V
 
- 
getEntryCountpublic int getEntryCount()- Overrides:
- getEntryCountin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - official - k- Lepc;k()I- intermediary - method_25340- Lnet/minecraft/class_350;method_25340()I- named - getEntryCount- Lnet/minecraft/client/gui/widget/EntryListWidget;getEntryCount()I
 
- 
getRowToppublic int getRowTop(int index) - Overrides:
- getRowTopin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - official - g- Lepc;g(I)I- intermediary - method_25337- Lnet/minecraft/class_350;method_25337(I)I- named - getRowTop- Lnet/minecraft/client/gui/widget/EntryListWidget;getRowTop(I)I
 
- 
getRowLeftpublic int getRowLeft()- Overrides:
- getRowLeftin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - official - o- Lepc;o()I- intermediary - method_25342- Lnet/minecraft/class_350;method_25342()I- named - getRowLeft- Lnet/minecraft/client/gui/widget/EntryListWidget;getRowLeft()I
 
- 
addEntry- Overrides:
- addEntryin class- EntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lgam;a(Leqc$a;)I- intermediary - method_25491- Lnet/minecraft/class_4904;method_25491(Lnet/minecraft/class_4280$class_4281;)I- named - addEntry- Lnet/minecraft/client/realms/RealmsObjectSelectionList;addEntry(Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;)I
 
- 
clearpublic void clear()- Mappings:
- Namespace - Name - Mixin selector - official - v- Lgam;v()V- intermediary - method_25493- Lnet/minecraft/class_4904;method_25493()V- named - clear- Lnet/minecraft/client/realms/RealmsObjectSelectionList;clear()V
 
 
-