Class DebugScreen.DebugRendererListWidget.Entry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<DebugScreen.DebugRendererListWidget.Entry>
net.frozenblock.lib.debug.client.impl.DebugScreen.DebugRendererListWidget.Entry
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement
- Enclosing class:
DebugScreen.DebugRendererListWidget
@Environment(CLIENT)
public static class DebugScreen.DebugRendererListWidget.Entry
extends net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<DebugScreen.DebugRendererListWidget.Entry>
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionEntry(net.minecraft.network.chat.Component rendererName, @NotNull DebugRendererHolder rendererHolder, @NotNull DebugScreen screen) -
Method Summary
Modifier and TypeMethodDescription@NotNull List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()@NotNull List<? extends net.minecraft.client.gui.narration.NarratableEntry> voidrender(net.minecraft.client.gui.GuiGraphics context, int index, int y, int x, int width, int height, int mouseX, int mouseY, boolean hovered, float tickDelta) Methods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
focusPathAtIndex, getFocused, isDragging, mouseClicked, nextFocusPath, setDragging, 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.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getRectangle, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
Entry
public Entry(net.minecraft.network.chat.Component rendererName, @NotNull @NotNull DebugRendererHolder rendererHolder, @NotNull @NotNull DebugScreen screen)
-
-
Method Details
-
narratables
@NotNull public @NotNull List<? extends net.minecraft.client.gui.narration.NarratableEntry> narratables()- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<DebugScreen.DebugRendererListWidget.Entry>
-
children
@NotNull public @NotNull List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children() -
render
public void render(net.minecraft.client.gui.GuiGraphics context, int index, int y, int x, int width, int height, int mouseX, int mouseY, boolean hovered, float tickDelta)
-