@Environment(value=CLIENT) class RealmsBackupInfoScreen.BackupInfoList extends ListWidget
bottom, centerListVertically, client, headerHeight, height, itemHeight, left, renderHeader, renderSelection, right, scrollAmount, top, visible, width, yDragBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
BackupInfoList(MinecraftClient minecraftClient) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemCount() |
boolean |
isSelectedItem(int index) |
void |
render(int mouseX,
int mouseY,
float delta) |
void |
renderBackground() |
protected void |
renderItem(int index,
int x,
int y,
int itemHeight,
int mouseX,
int mouseY,
float delta) |
capYPosition, charTyped, children, clickedHeader, getItemAtPosition, getMaxPosition, getMaxScroll, getRowWidth, getScrollbarPosition, isFocused, isMouseInList, isMouseOver, isVisible, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, renderDecorations, renderHeader, renderHoleBackground, renderList, selectItem, updateItemPosition, updateScrollingStategetFocused, isDragging, 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, waitchangeFocus, focusOn, hoveredElement, keyReleased, setInitialFocusmouseMovedpublic BackupInfoList(MinecraftClient minecraftClient)
public int getItemCount()
getItemCount in class ListWidgetprotected void renderItem(int index,
int x,
int y,
int itemHeight,
int mouseX,
int mouseY,
float delta)
renderItem in class ListWidgetpublic boolean isSelectedItem(int index)
isSelectedItem in class ListWidgetpublic void renderBackground()
renderBackground in class ListWidgetpublic void render(int mouseX,
int mouseY,
float delta)
render in interface Drawablerender in class ListWidget