@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(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
void |
renderBackground() |
protected void |
renderItem(MatrixStack matrixStack,
int x,
int y,
int itemHeight,
int mouseX,
int mouseY,
int int2,
float float2) |
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, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, fill, fillGradient, getZOffset, method_27535, 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(MatrixStack matrixStack, int x, int y, int itemHeight, int mouseX, int mouseY, int int2, float float2)
renderItem in class ListWidgetpublic boolean isSelectedItem(int index)
isSelectedItem in class ListWidgetpublic void renderBackground()
renderBackground in class ListWidgetpublic void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
render in interface Drawablerender in class ListWidget