Class ControlsListWidget
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.widget.EntryListWidget<E>
net.minecraft.client.gui.widget.ElementListWidget<ControlsListWidget.Entry>
net.minecraft.client.gui.screen.option.ControlsListWidget
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,ParentElement
,Selectable
@Environment(CLIENT)
public class ControlsListWidget
extends ElementListWidget<ControlsListWidget.Entry>
- Mappings:
Namespace Name official eus
intermediary net/minecraft/class_459
named net/minecraft/client/gui/screen/option/ControlsListWidget
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
static class
class
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget
bottom, centerListVertically, client, headerHeight, height, itemHeight, left, right, top, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.ElementListWidget
appendNarrations, getNavigationPath, getType, isSelectedEntry, setFocused
Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, clickedHeader, drawSelectionHighlight, enableScissor, ensureVisible, getEntry, getEntryAtPosition, getEntryCount, getFirst, getFocused, getHoveredEntry, getMaxPosition, getMaxScroll, getNavigationFocus, getNeighboringEntry, getNeighboringEntry, getNeighboringEntry, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollAmount, getSelectedOrNull, isMouseOver, method_35721, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, remove, removeEntry, removeEntryWithoutScrolling, render, renderBackground, renderDecorations, renderEntry, renderHeader, renderList, replaceEntries, setLeftPos, setRenderBackground, setRenderHeader, setRenderHorizontalShadows, setRenderSelection, setScrollAmount, setSelected, updateScrollingState, updateSize
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
isDragging, setDragging
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, hoveredElement, isFocused, keyPressed, keyReleased, setFocused
Methods inherited from interface net.minecraft.client.gui.Selectable
isNarratable
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official a
Leus;a:Leut;
intermediary field_2735
Lnet/minecraft/class_459;field_2735:Lnet/minecraft/class_6599;
named parent
Lnet/minecraft/client/gui/screen/option/ControlsListWidget;parent:Lnet/minecraft/client/gui/screen/option/KeybindsScreen;
-
maxKeyNameLength
int maxKeyNameLength- Mappings:
Namespace Name Mixin selector official l
Leus;l:I
intermediary field_2733
Lnet/minecraft/class_459;field_2733:I
named maxKeyNameLength
Lnet/minecraft/client/gui/screen/option/ControlsListWidget;maxKeyNameLength:I
-
-
Constructor Details
-
ControlsListWidget
- Mappings:
Namespace Name Mixin selector official <init>
Leus;<init>(Leut;Lemz;)V
intermediary <init>
Lnet/minecraft/class_459;<init>(Lnet/minecraft/class_6599;Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/gui/screen/option/ControlsListWidget;<init>(Lnet/minecraft/client/gui/screen/option/KeybindsScreen;Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
update
public void update()- Mappings:
Namespace Name Mixin selector official d
Leus;d()V
intermediary method_49006
Lnet/minecraft/class_459;method_49006()V
named update
Lnet/minecraft/client/gui/screen/option/ControlsListWidget;update()V
-
updateChildren
public void updateChildren()- Mappings:
Namespace Name Mixin selector official e
Leus;e()V
intermediary method_49007
Lnet/minecraft/class_459;method_49007()V
named updateChildren
Lnet/minecraft/client/gui/screen/option/ControlsListWidget;updateChildren()V
-
getScrollbarPositionX
protected int getScrollbarPositionX()- Overrides:
getScrollbarPositionX
in classEntryListWidget<ControlsListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official c
Leoo;c()I
intermediary method_25329
Lnet/minecraft/class_350;method_25329()I
named getScrollbarPositionX
Lnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidth
in classEntryListWidget<ControlsListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official b
Leoo;b()I
intermediary method_25322
Lnet/minecraft/class_350;method_25322()I
named getRowWidth
Lnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
-