Package net.minecraft.client.gui.widget
Class AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<E>
- All Implemented Interfaces:
Element
- Direct Known Subclasses:
CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem,CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerItem,LanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry,MultiplayerServerListWidget.Entry,PackListWidget.ResourcePackEntry,PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry,RealmsBackupInfoScreen.BackupInfoListEntry,RealmsBackupScreen.BackupObjectSelectionListEntry,RealmsMainScreen.Entry,RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry,RealmsPlayerScreen.InvitedObjectSelectionListEntry,RealmsSelectFileToUploadScreen.WorldListEntry,RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry,StatsScreen.EntityStatsListWidget.Entry,StatsScreen.GeneralStatsListWidget.Entry,StatsScreen.ItemStatsListWidget.Entry,WorldListWidget.Entry
- Enclosing class:
- AlwaysSelectedEntryListWidget<E extends EntryListWidget.Entry<E>>
@Environment(CLIENT) public abstract static class AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>> extends EntryListWidget.Entry<E>
- Mappings:
Namespace Name official dsh$aintermediary net/minecraft/class_4280$class_4281named net/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry
-
Constructor Summary
Constructors Constructor Description Entry() -
Method Summary
Modifier and Type Method Description booleanchangeFocus(boolean lookForwards)Changes the focusing element by cycling to the next/previous element.Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget.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.Element
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
changeFocus
public boolean changeFocus(boolean lookForwards)Changes the focusing element by cycling to the next/previous element. This action is done typically when the user has pressed the 'Tab' or 'Ctrl+Tab' key.- Parameters:
lookForwards-trueto cycle forwards, otherwise cycle backwards- Returns:
trueto indicate that the event handling is successful/valid- Mappings:
Namespace Name Mixin selector official c_Ldst;c_(Z)Zintermediary method_25407Lnet/minecraft/class_364;method_25407(Z)Znamed changeFocusLnet/minecraft/client/gui/Element;changeFocus(Z)Z
-