Class RealmsPendingInvitesScreen.PendingInvitationSelectionList
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.components.AbstractSelectionList<E>
net.minecraft.client.gui.components.ObjectSelectionList<E>
net.minecraft.realms.RealmsObjectSelectionList<RealmsPendingInvitesScreen.Entry>
com.mojang.realmsclient.gui.screens.RealmsPendingInvitesScreen.PendingInvitationSelectionList
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- Renderable,- TabOrderedElement,- NarratableEntry,- NarrationSupplier
- Enclosing class:
- RealmsPendingInvitesScreen
class RealmsPendingInvitesScreen.PendingInvitationSelectionList
extends RealmsObjectSelectionList<RealmsPendingInvitesScreen.Entry>
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.components.ObjectSelectionListObjectSelectionList.Entry<E extends ObjectSelectionList.Entry<E>>Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntryNarratableEntry.NarrationPriority
- 
Field SummaryFields inherited from class net.minecraft.client.gui.components.AbstractSelectionListcenterListVertically, headerHeight, height, itemHeight, minecraft, SCROLLBAR_WIDTH, width, x0, x1, y0, y1Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintvoidremoveAtIndex(int p_89058_) voidselectInviteListItem(int p_89061_) voidselectItem(int p_89049_) voidsetSelected(RealmsPendingInvitesScreen.Entry p_89053_) Methods inherited from class net.minecraft.realms.RealmsObjectSelectionListaddEntry, clear, getItemCount, getRowLeft, getRowTop, getScrollbarPosition, replaceEntries, setSelectedItemMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionListnextFocusPath, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionListaddEntryToTop, centerScrollOn, children, clearEntries, clickedHeader, enableScissor, ensureVisible, getBottom, getEntry, getEntryAtPosition, getFirstElement, getFocused, getHeight, getHovered, getLeft, getMaxScroll, getRectangle, getRight, getRowBottom, getRowRight, getScrollAmount, getScrollBottom, getSelected, getTop, getWidth, isMouseOver, isSelectedItem, isValidMouseClick, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, narrateListElementPosition, narrationPriority, nextEntry, nextEntry, nextEntry, remove, removeEntry, removeEntryFromTop, render, renderDecorations, renderHeader, renderItem, renderList, renderSelection, setFocused, setLeftPos, setRenderBackground, setRenderHeader, setScrollAmount, updateScrollingState, updateSizeMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandlerisDragging, setDraggingMethods 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.ContainerEventHandlercharTyped, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, magicalSpecialHackyFocus, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.narration.NarratableEntryisActiveMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Constructor Details- 
PendingInvitationSelectionListpublic PendingInvitationSelectionList()
 
- 
- 
Method Details- 
removeAtIndexpublic void removeAtIndex(int p_89058_) 
- 
getMaxPositionpublic int getMaxPosition()- Overrides:
- getMaxPositionin class- RealmsObjectSelectionList<RealmsPendingInvitesScreen.Entry>
 
- 
getRowWidthpublic int getRowWidth()- Overrides:
- getRowWidthin class- RealmsObjectSelectionList<RealmsPendingInvitesScreen.Entry>
 
- 
selectItempublic void selectItem(int p_89049_) - Overrides:
- selectItemin class- RealmsObjectSelectionList<RealmsPendingInvitesScreen.Entry>
 
- 
selectInviteListItempublic void selectInviteListItem(int p_89061_) 
- 
setSelected- Overrides:
- setSelectedin class- AbstractSelectionList<RealmsPendingInvitesScreen.Entry>
 
 
-