@Environment(value=CLIENT) class RealmsPendingInvitesScreen.PendingInvitationSelectionList extends RealmsObjectSelectionList<RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry>
AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>bottom, centerListVertically, client, headerHeight, height, itemHeight, left, renderHeader, renderSelection, right, top, width, yDragBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
PendingInvitationSelectionList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxPosition() |
int |
getRowWidth() |
boolean |
isFocused() |
void |
removeAtIndex(int index) |
void |
renderBackground() |
void |
selectInviteListItem(int item) |
void |
setSelected(int index) |
void |
setSelected(RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry pendingInvitationSelectionListEntry) |
addEntry, clear, getItemCount, getRowLeft, getRowTop, getScrollbarPositionX, itemClicked, replaceEntries, setSelectedItemchangeFocuscenterScrollOn, children, clearEntries, clickedHeader, ensureVisible, getEntry, getEntryAtPosition, getFocused, getScrollAmount, getSelected, isMouseOver, isSelectedItem, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, remove, removeEntry, render, renderDecorations, renderHeader, renderHoleBackground, renderList, setLeftPos, setRenderHeader, setScrollAmount, updateScrollingState, updateSizeisDragging, setDragging, setFocuseddrawCenteredString, drawHorizontalLine, drawSprite, drawString, drawTexture, drawTexture, drawTexture, drawTexture, drawTexturedQuad, drawVerticalLine, fill, fill, fillGradient, getZOffset, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, focusOn, hoveredElement, keyReleased, setInitialFocusmouseMovedpublic void removeAtIndex(int index)
public int getMaxPosition()
public int getRowWidth()
public boolean isFocused()
isFocused in class EntryListWidget<RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry>public void renderBackground()
public void setSelected(int index)
public void selectInviteListItem(int item)
public void setSelected(@Nullable RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry pendingInvitationSelectionListEntry)
setSelected in class EntryListWidget<RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry>