Class ObjectSelectionList.Entry<E extends ObjectSelectionList.Entry<E>>
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<E>
- All Implemented Interfaces:
- GuiEventListener,- TabOrderedElement,- NarrationSupplier
- Direct Known Subclasses:
- ChatSelectionScreen.ChatSelectionList.Entry,- ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry,- CreateBuffetWorldScreen.BiomeList.Entry,- CreateFlatWorldScreen.DetailsList.Entry,- LanguageSelectScreen.LanguageSelectionList.Entry,- LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry,- ModListWidget.ModEntry,- PresetFlatWorldScreen.PresetsList.Entry,- RealmsBackupInfoScreen.BackupInfoListEntry,- RealmsBackupScreen.Entry,- RealmsMainScreen.Entry,- RealmsPendingInvitesScreen.Entry,- RealmsPlayerScreen.Entry,- RealmsSelectFileToUploadScreen.Entry,- RealmsSelectWorldTemplateScreen.Entry,- ReportReasonSelectionScreen.ReasonSelectionList.Entry,- ServerSelectionList.Entry,- StatsScreen.GeneralStatisticsList.Entry,- StatsScreen.ItemStatisticsList.ItemRow,- StatsScreen.MobsStatisticsList.MobRow,- TransferableSelectionList.PackEntry,- WorldSelectionList.Entry
- Enclosing class:
- ObjectSelectionList<E extends ObjectSelectionList.Entry<E>>
public abstract static class ObjectSelectionList.Entry<E extends ObjectSelectionList.Entry<E>>
extends AbstractSelectionList.Entry<E>
implements NarrationSupplier
- 
Field SummaryFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntrylistFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract ComponentvoidupdateNarration(NarrationElementOutput p_169044_) Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntryisFocused, isMouseOver, render, renderBack, setFocusedMethods 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.GuiEventListenercharTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Constructor Details- 
Entrypublic Entry()
 
- 
- 
Method Details- 
getNarration
- 
updateNarration- Specified by:
- updateNarrationin interface- NarrationSupplier
 
 
-