Package net.minecraft.client.gui.widget
Class OptionListWidget.Component
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<OptionListWidget.Component>
net.minecraft.client.gui.widget.ElementListWidget.Entry<OptionListWidget.Component>
net.minecraft.client.gui.widget.OptionListWidget.Component
- All Implemented Interfaces:
Element,Navigable,ParentElement,Widget
- Direct Known Subclasses:
OptionListWidget.Header,OptionListWidget.WidgetEntry
- Enclosing class:
OptionListWidget
@Environment(CLIENT)
protected abstract static class OptionListWidget.Component
extends ElementListWidget.Entry<OptionListWidget.Component>
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/OptionListWidget$Componentintermediary net/minecraft/class_353$class_12142official gho$a
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
PADDING, parentList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.ElementListWidget.Entry
appendNarrations, getFocused, getNavigationPath, getNavigationPath, isDragging, mouseClicked, selectableChildren, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
forEachChild, getContentBottomEnd, getContentHeight, getContentMiddleX, getContentMiddleY, getContentRightEnd, getContentWidth, getContentX, getContentY, getHeight, getNavigationFocus, getWidth, getX, getY, isFocused, isMouseOver, render, setFocused, setHeight, setWidth, 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, isClickable, isMouseOver, 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
-
Component
protected Component()
-