Class SupporterList.CategoryEntry

java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<SupporterList.Entry>
All Implemented Interfaces:
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:
SupporterList

public class SupporterList.CategoryEntry extends SupporterList.Entry
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    boolean
    changeFocus(boolean focus)
     
    List<? extends net.minecraft.client.gui.components.events.GuiEventListener>
     
    void
    draw(GuiRenderer guiRenderer, int mouseX, int mouseY, boolean hovered)
     
    boolean
     
    List<? extends net.minecraft.client.gui.narration.NarratableEntry>
     

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

    focusPathAtIndex, getFocused, isDragging, nextFocusPath, setDragging, setFocused

    Methods inherited from class Object

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

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

    getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseScrolled, preeditUpdated, setFocused

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

    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

    • CategoryEntry

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