Class FreeKeysList.InputEntry

java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry>
net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry
com.blamejared.controlling.client.FreeKeysList.InputEntry
All Implemented Interfaces:
IInputEntry, net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.layouts.LayoutElement
Enclosing class:
FreeKeysList

public class FreeKeysList.InputEntry extends net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry implements IInputEntry
  • Constructor Summary

    Constructors
    Constructor
    Description
    InputEntry(com.mojang.blaze3d.platform.InputConstants.Key input)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends net.minecraft.client.gui.components.events.GuiEventListener>
     
    com.mojang.blaze3d.platform.InputConstants.Key
     
    List<? extends net.minecraft.client.gui.narration.NarratableEntry>
     
    protected void
     
    void
    renderContent(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, boolean hovered, float partialTicks)
     

    Methods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry

    focusPathAtIndex, getFocused, isDragging, mouseClicked, nextFocusPath, setDragging, setFocused

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler

    charTyped, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocused

    Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    getBorderForArrowNavigation, getRectangle, isMouseOver, mouseMoved, shouldTakeFocusAfterInteraction

    Methods inherited from interface net.minecraft.client.gui.layouts.LayoutElement

    setPosition

    Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Constructor Details

    • InputEntry

      public InputEntry(com.mojang.blaze3d.platform.InputConstants.Key input)
  • Method Details

    • getInput

      public com.mojang.blaze3d.platform.InputConstants.Key getInput()
      Specified by:
      getInput in interface IInputEntry
    • renderContent

      public void renderContent(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, boolean hovered, float partialTicks)
    • narratables

      public List<? extends net.minecraft.client.gui.narration.NarratableEntry> narratables()
      Specified by:
      narratables in class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry>
    • children

      public List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()
      Specified by:
      children in interface net.minecraft.client.gui.components.events.ContainerEventHandler
    • refreshEntry

      protected void refreshEntry()
      Specified by:
      refreshEntry in class net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry