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
- 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 gif$a
-
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
drawBorder, isFocused, isMouseOver, render, setFocusedMethods 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, setFocused
-
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 cLgif$a;c()V
-