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