Class ListConfigScreen.Entry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ListConfigScreen.Entry>
com.illusivesoulworks.spectrelib.config.client.screen.ListConfigScreen.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:
ListConfigScreen
public final class ListConfigScreen.Entry
extends net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ListConfigScreen.Entry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()voidextractContent(@NotNull net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean isHovering, float delta) @NotNull List<? extends net.minecraft.client.gui.narration.NarratableEntry> Methods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
focusPathAtIndex, getFocused, isDragging, mouseClicked, 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
charTyped, getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, 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
-
Entry
public Entry(int index, int width)
-
-
Method Details
-
children
@NotNull public @NotNull List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children() -
narratables
@NotNull public @NotNull List<? extends net.minecraft.client.gui.narration.NarratableEntry> narratables()- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ListConfigScreen.Entry>
-
extractContent
public void extractContent(@NotNull @NotNull net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean isHovering, float delta)
-