Package net.minecraft.client.gui.widget
Class AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<E>
- All Implemented Interfaces:
- Element,- Narratable,- Navigable
- Direct Known Subclasses:
- AbuseReportReasonScreen.ReasonListWidget.ReasonEntry,- ChatSelectionScreen.SelectionListWidget.Entry,- CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem,- CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry,- ExperimentalWarningScreen.DetailsScreen.PackListWidgetEntry,- LanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry,- MultiplayerServerListWidget.Entry,- PackListWidget.ResourcePackEntry,- PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry,- RealmsBackupInfoScreen.BackupInfoListEntry,- RealmsMainScreen.Entry,- RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry,- RealmsSelectFileToUploadScreen.WorldListEntry,- RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry,- StatsScreen.EntityStatsListWidget.Entry,- StatsScreen.GeneralStatsListWidget.Entry,- StatsScreen.ItemStatsListWidget.Entry,- WorldListWidget.Entry
- Enclosing class:
- AlwaysSelectedEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>
@Environment(CLIENT)
public abstract static class AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>
extends EntryListWidget.Entry<E>
implements Narratable
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry- intermediary - net/minecraft/class_4280$class_4281- official - fpq$a
- 
Field SummaryFields inherited from class net.minecraft.client.gui.widget.EntryListWidget.EntryparentListFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendNarrations(NarrationMessageBuilder builder) abstract TextbooleanmouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget.EntrydrawBorder, isFocused, isMouseOver, render, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementcharTyped, getBorder, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrder
- 
Constructor Details- 
Entrypublic Entry()
 
- 
- 
Method Details- 
getNarration- Mappings:
- Namespace - Name - Mixin selector - named - getNarration- Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;- intermediary - method_37006- Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;- official - a- Lfpq$a;a()Lwp;
 
- 
mouseClickedpublic boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
- mouseClickedin interface- Element
- Parameters:
- mouseX- the X coordinate of the mouse
- mouseY- the Y coordinate of the mouse
- button- the mouse button number
- Returns:
- trueto indicate that the event handling is successful/valid
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - mouseClicked- Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z- intermediary - method_25402- Lnet/minecraft/class_364;method_25402(DDI)Z- official - a- Lfqr;a(DDI)Z
 
- 
appendNarrations- Specified by:
- appendNarrationsin interface- Narratable
- Mappings:
- Namespace - Name - Mixin selector - named - appendNarrations- Lnet/minecraft/client/gui/Narratable;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V- intermediary - method_37020- Lnet/minecraft/class_6383;method_37020(Lnet/minecraft/class_6382;)V- official - b- Lfss;b(Lfsr;)V
 
 
-