Package net.minecraft.client.gui.widget
Class AlwaysSelectedEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ScrollableWidget
net.minecraft.client.gui.widget.ContainerWidget
net.minecraft.client.gui.widget.EntryListWidget<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget<E>
- All Implemented Interfaces:
- Drawable,- Element,- Narratable,- Navigable,- ParentElement,- Selectable,- Widget
- Direct Known Subclasses:
- AbuseReportReasonScreen.ReasonListWidget,- ChatSelectionScreen.SelectionListWidget,- CustomizeBuffetLevelScreen.BuffetBiomesListWidget,- CustomizeFlatLevelScreen.SuperflatLayersListWidget,- ExperimentalWarningScreen.DetailsScreen.PackListWidget,- LanguageOptionsScreen.LanguageSelectionListWidget,- MultiplayerServerListWidget,- PackListWidget,- PresetsScreen.SuperflatPresetsListWidget,- RealmsBackupInfoScreen.BackupInfoList,- RealmsMainScreen.RealmSelectionList,- RealmsPendingInvitesScreen.PendingInvitationSelectionList,- RealmsSelectFileToUploadScreen.WorldSelectionList,- RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionList,- StatsScreen.EntityStatsListWidget,- StatsScreen.GeneralStatsListWidget,- StatsScreen.ItemStatsListWidget,- WorldListWidget
@Environment(CLIENT)
public abstract class AlwaysSelectedEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
extends EntryListWidget<E>
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget- intermediary - net/minecraft/class_4280- official - fpq
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface net.minecraft.client.gui.SelectableSelectable.SelectionType
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.widget.EntryListWidgetcenterListVertically, client, headerHeight, itemHeightFields inherited from class net.minecraft.client.gui.widget.ScrollableWidgetSCROLLBAR_WIDTHFields inherited from class net.minecraft.client.gui.widget.ClickableWidgetactive, alpha, height, hovered, visible, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionAlwaysSelectedEntryListWidget(MinecraftClient client, int width, int height, int y, int itemHeight) AlwaysSelectedEntryListWidget(MinecraftClient client, int width, int height, int y, int itemHeight, int headerHeight) 
- 
Method SummaryMethods inherited from class net.minecraft.client.gui.widget.EntryListWidgetaddEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, drawHeaderAndFooterSeparators, drawMenuListBackground, drawSelectionHighlight, enableScissor, ensureVisible, getContentsHeightWithPadding, getDeltaYPerScroll, getEntry, getEntryAtPosition, getEntryCount, getFirst, getFocused, getHoveredEntry, getNeighboringEntry, getNeighboringEntry, getNeighboringEntry, getRowBottom, getRowLeft, getRowRight, getRowTop, getRowWidth, getScrollbarX, getSelectedOrNull, getType, hoveredElement, isSelectedEntry, position, position, remove, removeEntry, removeEntryWithoutScrolling, renderDecorations, renderEntry, renderHeader, renderList, renderWidget, replaceEntries, setEntryParentList, setFocused, setSelected, setSelectedMethods inherited from class net.minecraft.client.gui.widget.ContainerWidgetisDragging, isFocused, mouseClicked, mouseDragged, mouseReleased, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.widget.ScrollableWidgetcheckScrollbarDragged, drawScrollbar, getMaxScrollY, getScrollbarThumbHeight, getScrollbarThumbY, getScrollY, mouseScrolled, onRelease, overflows, refreshScroll, setScrollYMethods inherited from class net.minecraft.client.gui.widget.ClickableWidgetappendDefaultNarrations, appendNarrations, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getRight, getTooltip, getWidth, getX, getY, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, onClick, onDrag, playClickSound, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setHeight, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setYMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, getNavigationFocus, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, getFocusedPath, keyPressed, keyReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.SelectablegetNarratedPartsMethods inherited from interface net.minecraft.client.gui.widget.WidgetsetPosition
- 
Field Details- 
SELECTION_USAGE_TEXT- Mappings:
- Namespace - Name - Mixin selector - named - SELECTION_USAGE_TEXT- Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget;SELECTION_USAGE_TEXT:Lnet/minecraft/text/Text;- intermediary - field_33783- Lnet/minecraft/class_4280;field_33783:Lnet/minecraft/class_2561;- official - a- Lfpq;a:Lwp;
 
 
- 
- 
Constructor Details- 
AlwaysSelectedEntryListWidgetpublic AlwaysSelectedEntryListWidget(MinecraftClient client, int width, int height, int y, int itemHeight) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/widget/EntryListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IIII)V- intermediary - <init>- Lnet/minecraft/class_350;<init>(Lnet/minecraft/class_310;IIII)V- official - <init>- Lfon;<init>(Lflk;IIII)V
 
- 
AlwaysSelectedEntryListWidgetpublic AlwaysSelectedEntryListWidget(MinecraftClient client, int width, int height, int y, int itemHeight, int headerHeight) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/widget/EntryListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IIIII)V- intermediary - <init>- Lnet/minecraft/class_350;<init>(Lnet/minecraft/class_310;IIIII)V- official - <init>- Lfon;<init>(Lflk;IIIII)V
 
 
- 
- 
Method Details
- 
appendClickableNarrations- Specified by:
- appendClickableNarrationsin class- ClickableWidget
- Mappings:
- Namespace - Name - Mixin selector - named - appendClickableNarrations- Lnet/minecraft/client/gui/widget/ClickableWidget;appendClickableNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V- intermediary - method_47399- Lnet/minecraft/class_339;method_47399(Lnet/minecraft/class_6382;)V- official - a- Lfos;a(Lfsr;)V