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 intermediary net/minecraft/class_4904official gabnamed net/minecraft/client/realms/RealmsObjectSelectionList
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget
AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget
bottom, centerListVertically, client, headerHeight, height, itemHeight, left, right, top, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRealmsObjectSelectionList(int width, int height, int top, int bottom, int itemHeight) -
Method Summary
Modifier 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.AlwaysSelectedEntryListWidget
appendNarrations, getNavigationPathMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntryToTop, 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.AbstractParentElement
isDragging, setDraggingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, hoveredElement, isFocused, keyPressed, keyReleased, setFocusedMethods inherited from interface net.minecraft.client.gui.Selectable
isNarratable
-
Constructor Details
-
RealmsObjectSelectionList
protected RealmsObjectSelectionList(int width, int height, int top, int bottom, int itemHeight) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4904;<init>(IIIII)Vofficial <init>Lgab;<init>(IIIII)Vnamed <init>Lnet/minecraft/client/realms/RealmsObjectSelectionList;<init>(IIIII)V
-
-
Method Details
-
setSelectedItem
public void setSelectedItem(int index) - Mappings:
Namespace Name Mixin selector intermediary method_25492Lnet/minecraft/class_4904;method_25492(I)Vofficial jLgab;j(I)Vnamed setSelectedItemLnet/minecraft/client/realms/RealmsObjectSelectionList;setSelectedItem(I)V
-
setSelected
public void setSelected(int index) - Mappings:
Namespace Name Mixin selector intermediary method_25489Lnet/minecraft/class_4904;method_25489(I)Vofficial aLgab;a(I)Vnamed setSelectedLnet/minecraft/client/realms/RealmsObjectSelectionList;setSelected(I)V
-
itemClicked
public void itemClicked(int cursorY, int selectionIndex, double mouseX, double mouseY, int listWidth, int int2) - Mappings:
Namespace Name Mixin selector intermediary method_25490Lnet/minecraft/class_4904;method_25490(IIDDII)Vofficial aLgab;a(IIDDII)Vnamed itemClickedLnet/minecraft/client/realms/RealmsObjectSelectionList;itemClicked(IIDDII)V
-
getMaxPosition
public int getMaxPosition()- Overrides:
getMaxPositionin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25317Lnet/minecraft/class_350;method_25317()Iofficial aLeou;a()Inamed getMaxPositionLnet/minecraft/client/gui/widget/EntryListWidget;getMaxPosition()I
-
getScrollbarPositionX
public int getScrollbarPositionX()- Overrides:
getScrollbarPositionXin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25329Lnet/minecraft/class_350;method_25329()Iofficial cLeou;c()Inamed getScrollbarPositionXLnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidthin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25322Lnet/minecraft/class_350;method_25322()Iofficial bLeou;b()Inamed getRowWidthLnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
-
replaceEntries
- Overrides:
replaceEntriesin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25314Lnet/minecraft/class_350;method_25314(Ljava/util/Collection;)Vofficial aLeou;a(Ljava/util/Collection;)Vnamed replaceEntriesLnet/minecraft/client/gui/widget/EntryListWidget;replaceEntries(Ljava/util/Collection;)V
-
getEntryCount
public int getEntryCount()- Overrides:
getEntryCountin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25340Lnet/minecraft/class_350;method_25340()Iofficial kLeou;k()Inamed getEntryCountLnet/minecraft/client/gui/widget/EntryListWidget;getEntryCount()I
-
getRowTop
public int getRowTop(int index) - Overrides:
getRowTopin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25337Lnet/minecraft/class_350;method_25337(I)Iofficial gLeou;g(I)Inamed getRowTopLnet/minecraft/client/gui/widget/EntryListWidget;getRowTop(I)I
-
getRowLeft
public int getRowLeft()- Overrides:
getRowLeftin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25342Lnet/minecraft/class_350;method_25342()Iofficial oLeou;o()Inamed getRowLeftLnet/minecraft/client/gui/widget/EntryListWidget;getRowLeft()I
-
addEntry
- Overrides:
addEntryin classEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_25491Lnet/minecraft/class_4904;method_25491(Lnet/minecraft/class_4280$class_4281;)Iofficial aLgab;a(Lept$a;)Inamed addEntryLnet/minecraft/client/realms/RealmsObjectSelectionList;addEntry(Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;)I
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector intermediary method_25493Lnet/minecraft/class_4904;method_25493()Vofficial vLgab;v()Vnamed clearLnet/minecraft/client/realms/RealmsObjectSelectionList;clear()V
-