@Environment(value=CLIENT) class RealmsSelectFileToUploadScreen.WorldSelectionList extends RealmsObjectSelectionList<RealmsSelectFileToUploadScreen.WorldListEntry>
AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>
EntryListWidget.MoveDirection
bottom, centerListVertically, client, headerHeight, height, itemHeight, left, right, top, width
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Constructor and Description |
---|
WorldSelectionList() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(LevelSummary levelSummary) |
int |
getMaxPosition() |
boolean |
isFocused() |
void |
renderBackground(MatrixStack matrices) |
void |
setSelected(int index) |
void |
setSelected(RealmsSelectFileToUploadScreen.WorldListEntry worldListEntry) |
addEntry, clear, getItemCount, getRowLeft, getRowTop, getRowWidth, getScrollbarPositionX, itemClicked, replaceEntries, setSelectedItem
changeFocus
centerScrollOn, children, clearEntries, clickedHeader, ensureVisible, getEntry, getEntryAtPosition, getFocused, getMaxScroll, getScrollAmount, getSelected, isMouseOver, isSelectedItem, keyPressed, method_30015, method_31322, method_31323, method_31383, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, moveSelectionIf, remove, removeEntry, render, renderDecorations, renderHeader, renderList, setLeftPos, setRenderHeader, setRenderSelection, setScrollAmount, updateScrollingState, updateSize
isDragging, setDragging, setFocused
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
charTyped, focusOn, hoveredElement, keyReleased, setInitialFocus
mouseMoved
public void addEntry(LevelSummary levelSummary)
public int getMaxPosition()
getMaxPosition
in class RealmsObjectSelectionList<RealmsSelectFileToUploadScreen.WorldListEntry>
public boolean isFocused()
isFocused
in class EntryListWidget<RealmsSelectFileToUploadScreen.WorldListEntry>
public void renderBackground(MatrixStack matrices)
renderBackground
in class EntryListWidget<RealmsSelectFileToUploadScreen.WorldListEntry>
public void setSelected(int index)
setSelected
in class RealmsObjectSelectionList<RealmsSelectFileToUploadScreen.WorldListEntry>
public void setSelected(@Nullable RealmsSelectFileToUploadScreen.WorldListEntry worldListEntry)
setSelected
in class EntryListWidget<RealmsSelectFileToUploadScreen.WorldListEntry>