Class CosmeticList.CategoryEntry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<CosmeticList.Entry>
com.stereowalker.unionlib.client.gui.screens.DefaultList.DefaultEntry<CosmeticList.Entry>
com.stereowalker.unionlib.client.gui.screens.cosmetics.CosmeticList.Entry
com.stereowalker.unionlib.client.gui.screens.cosmetics.CosmeticList.CategoryEntry
- 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:
CosmeticList
-
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) List<? extends net.minecraft.client.gui.narration.NarratableEntry> Methods inherited from class DefaultList.DefaultEntry
charTyped, charTyped, entryX, entryY, extractContent, height, keyPressed, keyPressed, mouseClicked, mouseClicked, mouseDragged, mouseDragged, mouseReleased, mouseReleased, widthMethods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
focusPathAtIndex, getFocused, isDragging, nextFocusPath, setDragging, setFocusedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseScrolled, preeditUpdated, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
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
-
-
Method Details
-
draw
- Overrides:
drawin classDefaultList.DefaultEntry<CosmeticList.Entry>
-
changeFocus
public boolean changeFocus(boolean focus) -
children
-
narratables
- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<CosmeticList.Entry>
-