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 git$a
-
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
-
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 cLgit$a;c()V
-