@Environment(value=CLIENT) class RealmsPlayerScreen.InvitedObjectSelectionList extends RealmsObjectSelectionList<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
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 |
|---|
InvitedObjectSelectionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(PlayerInfo playerInfo) |
int |
getMaxPosition() |
int |
getRowWidth() |
int |
getScrollbarPositionX() |
boolean |
isFocused() |
void |
itemClicked(int cursorY,
int selectionIndex,
double mouseX,
double mouseY,
int listWidth) |
boolean |
mouseClicked(double mouseX,
double mouseY,
int button) |
void |
renderBackground() |
void |
selectInviteListItem(int item) |
void |
setSelected(int index) |
void |
setSelected(RealmsPlayerScreen.InvitedObjectSelectionListEntry invitedObjectSelectionListEntry) |
addEntry, clear, getItemCount, getRowLeft, getRowTop, replaceEntries, setSelectedItemchangeFocuscenterScrollOn, children, clearEntries, clickedHeader, ensureVisible, getEntry, getEntryAtPosition, getFocused, getScrollAmount, getSelected, isMouseOver, isSelectedItem, keyPressed, 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 addEntry(PlayerInfo playerInfo)
public int getRowWidth()
getRowWidth in class RealmsObjectSelectionList<RealmsPlayerScreen.InvitedObjectSelectionListEntry>public boolean isFocused()
isFocused in class EntryListWidget<RealmsPlayerScreen.InvitedObjectSelectionListEntry>public boolean mouseClicked(double mouseX,
double mouseY,
int button)
mouseClicked in interface ElementmouseClicked in interface ParentElementmouseClicked in class EntryListWidget<RealmsPlayerScreen.InvitedObjectSelectionListEntry>public void itemClicked(int cursorY,
int selectionIndex,
double mouseX,
double mouseY,
int listWidth)
itemClicked in class RealmsObjectSelectionList<RealmsPlayerScreen.InvitedObjectSelectionListEntry>public void setSelected(int index)
setSelected in class RealmsObjectSelectionList<RealmsPlayerScreen.InvitedObjectSelectionListEntry>public void selectInviteListItem(int item)
public void setSelected(@Nullable RealmsPlayerScreen.InvitedObjectSelectionListEntry invitedObjectSelectionListEntry)
setSelected in class EntryListWidget<RealmsPlayerScreen.InvitedObjectSelectionListEntry>public void renderBackground()
renderBackground in class EntryListWidget<RealmsPlayerScreen.InvitedObjectSelectionListEntry>public int getScrollbarPositionX()
public int getMaxPosition()
getMaxPosition in class RealmsObjectSelectionList<RealmsPlayerScreen.InvitedObjectSelectionListEntry>