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,RealmsMainScreen.Entry,RealmsPendingInvitesScreen.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 ComponentbooleanmouseClicked(double p_331676_, double p_330254_, int p_331536_) voidupdateNarration(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, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getNarration
-
mouseClicked
public boolean mouseClicked(double p_331676_, double p_330254_, int p_331536_) - Specified by:
mouseClickedin interfaceGuiEventListener
-
updateNarration
- Specified by:
updateNarrationin interfaceNarrationSupplier
-