Class ControlsListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<ControlsListWidget.Entry>
net.minecraft.client.gui.widget.ElementListWidget.Entry<ControlsListWidget.Entry>
net.minecraft.client.gui.screen.option.ControlsListWidget.Entry
- All Implemented Interfaces:
- Element,- Navigable,- ParentElement
- Direct Known Subclasses:
- ControlsListWidget.CategoryEntry,- ControlsListWidget.KeyBindingEntry
- Enclosing class:
- ControlsListWidget
@Environment(CLIENT)
public abstract static class ControlsListWidget.Entry
extends ElementListWidget.Entry<ControlsListWidget.Entry>
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/option/ControlsListWidget$Entry- intermediary - net/minecraft/class_459$class_461- official - fxw$b
- 
Field SummaryFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.gui.widget.ElementListWidget.EntrygetFocused, getNavigationPath, getNavigationPath, isDragging, mouseClicked, selectableChildren, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.EntrydrawBorder, isFocused, isMouseOver, render, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, getNavigationFocus, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, children, getFocusedPath, hoveredElement, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Constructor Details- 
Entrypublic Entry()
 
- 
- 
Method Details- 
updateabstract void update()- Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/client/gui/screen/option/ControlsListWidget$Entry;update()V- intermediary - method_48269- Lnet/minecraft/class_459$class_461;method_48269()V- official - c- Lfxw$b;c()V
 
 
-