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 Summary
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
listFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract ComponentvoidupdateNarration(NarrationElementOutput p_169044_) Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, render, renderBack, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup 
- 
Constructor Details
- 
Entry
public Entry() 
 - 
 - 
Method Details
- 
getNarration
 - 
updateNarration
- Specified by:
 updateNarrationin interfaceNarrationSupplier
 
 -