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,net.minecraft.client.gui.layouts.LayoutElement
- Enclosing class:
NewKeyBindsList
public class NewKeyBindsList.CategoryEntry
extends net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry
implements ICategoryEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.KeyMapping.Categorycategory()net.minecraft.client.gui.components.FocusableTextWidgetList<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()List<? extends net.minecraft.client.gui.narration.NarratableEntry> protected voidvoidrenderContent(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTicks) 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
getBorderForArrowNavigation, getRectangle, isMouseOver, mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPositionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
CategoryEntry
public CategoryEntry(net.minecraft.client.KeyMapping.Category category)
-
-
Method Details
-
renderContent
public void renderContent(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, boolean hovered, float partialTicks) -
narratables
- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<net.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry>
-
children
- Specified by:
childrenin interfacenet.minecraft.client.gui.components.events.ContainerEventHandler
-
refreshEntry
protected void refreshEntry()- Specified by:
refreshEntryin classnet.minecraft.client.gui.screens.options.controls.KeyBindsList.Entry
-
categoryName
public net.minecraft.client.gui.components.FocusableTextWidget categoryName() -
category
public net.minecraft.client.KeyMapping.Category category()- Specified by:
categoryin interfaceICategoryEntry
-