Package net.minecraft.client.gui.screen
Class DebugOptionsScreen.AbstractEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<DebugOptionsScreen.AbstractEntry>
net.minecraft.client.gui.widget.ElementListWidget.Entry<DebugOptionsScreen.AbstractEntry>
net.minecraft.client.gui.screen.DebugOptionsScreen.AbstractEntry
- All Implemented Interfaces:
Element,Navigable,ParentElement,Widget
- Direct Known Subclasses:
DebugOptionsScreen.Category,DebugOptionsScreen.Entry
- Enclosing class:
DebugOptionsScreen
@Environment(CLIENT)
public abstract static class DebugOptionsScreen.AbstractEntry
extends ElementListWidget.Entry<DebugOptionsScreen.AbstractEntry>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/DebugOptionsScreen$AbstractEntryintermediary net/minecraft/class_11644$class_11645official gmv$a
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
PADDING -
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, 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
-
AbstractEntry
public AbstractEntry()
-
-
Method Details
-
init
public abstract void init()- Mappings:
Namespace Name Mixin selector named initLnet/minecraft/client/gui/screen/DebugOptionsScreen$AbstractEntry;init()Vintermediary method_72814Lnet/minecraft/class_11644$class_11645;method_72814()Vofficial cLgmv$a;c()V
-