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,NarrationSupplier
- Direct Known Subclasses:
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,ServerSelectionList.Entry,StatsScreen.GeneralStatisticsList.Entry,StatsScreen.ItemStatisticsList.ItemRow,StatsScreen.MobsStatisticsList.MobRow,TransferableSelectionList.PackEntry,WorldSelectionList.WorldListEntry
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanchangeFocus(boolean p_94452_)abstract ComponentvoidupdateNarration(NarrationElementOutput p_169044_)Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOver, renderMethods 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, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
changeFocus
public boolean changeFocus(boolean p_94452_)- Specified by:
changeFocusin interfaceGuiEventListener
-
getNarration
-
updateNarration
- Specified by:
updateNarrationin interfaceNarrationSupplier
-