Package com.mojang.realmsclient
Class RealmsMainScreen.RealmSelectionList
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.components.AbstractSelectionList<E>
net.minecraft.client.gui.components.ObjectSelectionList<E>
net.minecraft.realms.RealmsObjectSelectionList<RealmsMainScreen.Entry>
com.mojang.realmsclient.RealmsMainScreen.RealmSelectionList
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- Renderable,- NarratableEntry,- NarrationSupplier
- Enclosing class:
- RealmsMainScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.components.ObjectSelectionListObjectSelectionList.Entry<E extends ObjectSelectionList.Entry<E>>Nested classes/interfaces inherited from class net.minecraft.client.gui.components.AbstractSelectionListAbstractSelectionList.SelectionDirectionNested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntryNarratableEntry.NarrationPriority
- 
Field SummaryFields inherited from class net.minecraft.client.gui.components.AbstractSelectionListcenterListVertically, headerHeight, height, itemHeight, minecraft, width, x0, x1, y0, y1Fields inherited from class net.minecraft.client.gui.GuiComponentBACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATIONFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintbooleanvoiditemClicked(int p_86834_, int p_86835_, double p_86836_, double p_86837_, int p_86838_) booleankeyPressed(int p_86840_, int p_86841_, int p_86842_) booleanmouseClicked(double p_86828_, double p_86829_, int p_86830_) voidsetSelected(RealmsMainScreen.Entry p_86849_) Methods inherited from class net.minecraft.realms.RealmsObjectSelectionListaddEntry, clear, getItemCount, getRowLeft, getRowTop, getScrollbarPosition, replaceEntries, selectItem, setSelectedItemMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionListchangeFocus, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionListaddEntryToTop, centerScrollOn, children, clearEntries, clickedHeader, ensureVisible, getBottom, getEntry, getEntryAtPosition, getFocused, getHeight, getHovered, getLeft, getMaxScroll, getRight, getRowRight, getScrollAmount, getScrollBottom, getSelected, getTop, getWidth, isMouseOver, isSelectedItem, mouseDragged, mouseReleased, mouseScrolled, moveSelection, moveSelection, narrateListElementPosition, narrationPriority, refreshSelection, remove, removeEntry, removeEntryFromTop, render, renderBackground, renderDecorations, renderHeader, renderItem, renderList, renderSelection, setLeftPos, setRenderBackground, setRenderHeader, setRenderSelection, setRenderTopAndBottom, setScrollAmount, updateScrollingState, updateSizeMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandlerisDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.GuiComponentblit, blit, blit, blit, blit, blitOutlineBlack, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandlercharTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, setInitialFocusMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.narration.NarratableEntryisActive
- 
Constructor Details- 
RealmSelectionListpublic RealmSelectionList()
 
- 
- 
Method Details- 
isFocusedpublic boolean isFocused()- Overrides:
- isFocusedin class- AbstractSelectionList<RealmsMainScreen.Entry>
 
- 
keyPressedpublic boolean keyPressed(int p_86840_, int p_86841_, int p_86842_) - Specified by:
- keyPressedin interface- ContainerEventHandler
- Specified by:
- keyPressedin interface- GuiEventListener
- Overrides:
- keyPressedin class- AbstractSelectionList<RealmsMainScreen.Entry>
 
- 
mouseClickedpublic boolean mouseClicked(double p_86828_, double p_86829_, int p_86830_) - Specified by:
- mouseClickedin interface- ContainerEventHandler
- Specified by:
- mouseClickedin interface- GuiEventListener
- Overrides:
- mouseClickedin class- AbstractSelectionList<RealmsMainScreen.Entry>
 
- 
setSelected- Overrides:
- setSelectedin class- AbstractSelectionList<RealmsMainScreen.Entry>
 
- 
itemClickedpublic void itemClicked(int p_86834_, int p_86835_, double p_86836_, double p_86837_, int p_86838_) - Overrides:
- itemClickedin class- RealmsObjectSelectionList<RealmsMainScreen.Entry>
 
- 
getMaxPositionpublic int getMaxPosition()- Overrides:
- getMaxPositionin class- RealmsObjectSelectionList<RealmsMainScreen.Entry>
 
- 
getRowWidthpublic int getRowWidth()- Overrides:
- getRowWidthin class- RealmsObjectSelectionList<RealmsMainScreen.Entry>
 
 
-