Class SupporterList.CategoryEntry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<SupporterList.Entry>
com.stereowalker.unionlib.client.gui.screens.DefaultList.DefaultEntry<SupporterList.Entry>
com.stereowalker.unionlib.client.gui.screens.supporter.SupporterList.Entry
com.stereowalker.unionlib.client.gui.screens.supporter.SupporterList.CategoryEntry
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement
- Enclosing class:
SupporterList
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanchangeFocus(boolean focus) List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()voiddraw(GuiRenderer guiRenderer, int mouseX, int mouseY, boolean hovered) booleanList<? extends net.minecraft.client.gui.narration.NarratableEntry> Methods inherited from class com.stereowalker.unionlib.client.gui.screens.DefaultList.DefaultEntry
charTyped, charTyped, entryX, entryY, height, keyPressed, keyPressed, mouseClicked, mouseDragged, mouseDragged, mouseReleased, mouseReleased, render, widthMethods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
focusPathAtIndex, getFocused, isDragging, 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
getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseScrolled, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getRectangle, isMouseOver, mouseMovedMethods 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
-
draw
- Overrides:
drawin classDefaultList.DefaultEntry<SupporterList.Entry>
-
changeFocus
public boolean changeFocus(boolean focus) -
children
-
mouseClicked
- Overrides:
mouseClickedin classDefaultList.DefaultEntry<SupporterList.Entry>
-
narratables
- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<SupporterList.Entry>
-