Class NewKeyBindsList.CategoryEntry

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.NewKeyBindsList.CategoryEntry
All Implemented Interfaces:
ICategoryEntry, net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement
Enclosing class:
NewKeyBindsList

public class NewKeyBindsList.CategoryEntry extends net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry implements ICategoryEntry
  • Field Summary

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    CategoryEntry(net.minecraft.network.chat.Component name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends net.minecraft.client.gui.components.events.GuiEventListener>
     
    net.minecraft.network.chat.Component
     
    List<? extends net.minecraft.client.gui.narration.NarratableEntry>
     
    @Nullable net.minecraft.client.gui.ComponentPath
    nextFocusPath(net.minecraft.client.gui.navigation.FocusNavigationEvent $$0)
     
    protected void
     
    void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, int slotIndex, int y, int x, int rowLeft, int rowWidth, int mouseX, int mouseY, boolean hovered, float partialTicks)
     

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

    focusPathAtIndex, getFocused, isDragging, mouseClicked, 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

    getRectangle, isMouseOver, mouseMoved

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

    getTabOrderGroup
  • Constructor Details

    • CategoryEntry

      public CategoryEntry(net.minecraft.network.chat.Component name)
  • Method Details

    • render

      public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int slotIndex, int y, int x, int rowLeft, int rowWidth, int mouseX, int mouseY, 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
    • nextFocusPath

      @Nullable public @Nullable net.minecraft.client.gui.ComponentPath nextFocusPath(net.minecraft.client.gui.navigation.FocusNavigationEvent $$0)
      Specified by:
      nextFocusPath in interface net.minecraft.client.gui.components.events.ContainerEventHandler
      Specified by:
      nextFocusPath in interface net.minecraft.client.gui.components.events.GuiEventListener
      Overrides:
      nextFocusPath in class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry>
    • refreshEntry

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

      public net.minecraft.network.chat.Component name()
      Specified by:
      name in interface ICategoryEntry