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$Entryintermediary net/minecraft/class_459$class_461official glm$b
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.ElementListWidget.Entry
getFocused, getNavigationPath, getNavigationPath, isDragging, mouseClicked, selectableChildren, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
drawBorder, isFocused, isMouseOver, render, 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.Element
getBorder, getNavigationFocus, isMouseOver, method_72784, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, children, getFocusedPath, hoveredElement, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
update
abstract void update()- Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/client/gui/screen/option/ControlsListWidget$Entry;update()Vintermediary method_48269Lnet/minecraft/class_459$class_461;method_48269()Vofficial cLglm$b;c()V
-