Class FreeKeysList.HeaderEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<net.minecraft.client.gui.screens.controls.KeyBindsList.Entry>
net.minecraft.client.gui.screens.controls.KeyBindsList.Entry
com.blamejared.controlling.client.FreeKeysList.HeaderEntry
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener
- Enclosing class:
- FreeKeysList
public class FreeKeysList.HeaderEntry
extends net.minecraft.client.gui.screens.controls.KeyBindsList.Entry
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends net.minecraft.client.gui.components.events.GuiEventListener>children()List<? extends net.minecraft.client.gui.narration.NarratableEntry>voidrender(com.mojang.blaze3d.vertex.PoseStack stack, int slotIndex, int y, int x, int width, int height, int mouseX, int mouseY, boolean hovered, float partialTicks) Methods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOverMethods 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
changeFocus, charTyped, getChildAt, keyPressed, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
isMouseOver, mouseMoved
-
Constructor Details
-
HeaderEntry
-
-
Method Details
-
narratables
- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<net.minecraft.client.gui.screens.controls.KeyBindsList.Entry>
-
children
-
render
public void render(com.mojang.blaze3d.vertex.PoseStack stack, int slotIndex, int y, int x, int width, int height, int mouseX, int mouseY, boolean hovered, float partialTicks) - Specified by:
renderin classnet.minecraft.client.gui.components.AbstractSelectionList.Entry<net.minecraft.client.gui.screens.controls.KeyBindsList.Entry>
-