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,Widget
- 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 gmm$b
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
field_62115 -
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
forEachChild, getHeight, getNavigationFocus, getWidth, getX, getY, isFocused, isMouseOver, method_73380, method_73381, method_73382, method_73383, method_73384, method_73385, method_73386, method_73387, method_73388, method_73389, render, setFocused, setX, setYMethods 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, setFocusedMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
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 cLgmm$b;c()V
-