Class RealmsSelectFileToUploadScreen.WorldSelectionList
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.widget.list.AbstractList<E>
net.minecraft.client.gui.widget.list.ExtendedList<E>
net.minecraft.realms.RealmsObjectSelectionList<RealmsSelectFileToUploadScreen.WorldSelectionEntry>
com.mojang.realmsclient.gui.screens.RealmsSelectFileToUploadScreen.WorldSelectionList
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable
- Enclosing class:
- RealmsSelectFileToUploadScreen
class RealmsSelectFileToUploadScreen.WorldSelectionList
extends RealmsObjectSelectionList<RealmsSelectFileToUploadScreen.WorldSelectionEntry>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.list.ExtendedList
ExtendedList.AbstractListEntry<E extends ExtendedList.AbstractListEntry<E>>Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.list.AbstractList
AbstractList.Ordering -
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList
centerListVertically, headerHeight, height, itemHeight, minecraft, width, x0, x1, y0, y1Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntry(WorldSummary p_237986_1_) intbooleanvoidrenderBackground(MatrixStack p_230433_1_) voidselectItem(int p_231400_1_) voidMethods inherited from class net.minecraft.realms.RealmsObjectSelectionList
addEntry, clear, getItemCount, getRowLeft, getRowTop, getRowWidth, getScrollbarPosition, itemClicked, replaceEntries, setSelectedItemMethods inherited from class net.minecraft.client.gui.widget.list.ExtendedList
changeFocusMethods inherited from class net.minecraft.client.gui.widget.list.AbstractList
centerScrollOn, children, clearEntries, clickedHeader, ensureVisible, getBottom, getEntry, getEntryAtPosition, getFocused, getHeight, getLeft, getMaxScroll, getRight, getRowRight, getScrollAmount, getSelected, getTop, getWidth, isMouseOver, isSelectedItem, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, moveSelection, refreshSelection, remove, removeEntry, render, renderDecorations, renderHeader, renderList, setLeftPos, setRenderBackground, setRenderHeader, setRenderSelection, setRenderTopAndBottom, setScrollAmount, updateScrollingState, updateSizeMethods inherited from class net.minecraft.client.gui.FocusableGui
isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, setInitialFocus
-
Constructor Details
-
WorldSelectionList
public WorldSelectionList()
-
-
Method Details
-
addEntry
-
getMaxPosition
public int getMaxPosition()- Overrides:
getMaxPositionin classRealmsObjectSelectionList<RealmsSelectFileToUploadScreen.WorldSelectionEntry>
-
isFocused
public boolean isFocused()- Overrides:
isFocusedin classAbstractList<RealmsSelectFileToUploadScreen.WorldSelectionEntry>
-
renderBackground
- Overrides:
renderBackgroundin classAbstractList<RealmsSelectFileToUploadScreen.WorldSelectionEntry>
-
selectItem
public void selectItem(int p_231400_1_) - Overrides:
selectItemin classRealmsObjectSelectionList<RealmsSelectFileToUploadScreen.WorldSelectionEntry>
-
setSelected
- Overrides:
setSelectedin classAbstractList<RealmsSelectFileToUploadScreen.WorldSelectionEntry>
-