Class EditConfigScreen.ListConfigEntry

java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<EditConfigScreen.ConfigEntry>
com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ConfigEntry
com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ListConfigEntry
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:
EditConfigScreen

public class EditConfigScreen.ListConfigEntry extends EditConfigScreen.ConfigEntry
  • Field Summary

    Fields inherited from class com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ConfigEntry

    children

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    ListConfigEntry(net.minecraft.network.chat.Component pLabel, List<net.minecraft.util.FormattedCharSequence> pTooltip, String p_101103_, String key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, int p_281471_, int y, int x, int offset, int p_283543_, int mouseX, int mouseY, boolean p_283227_, float delta)
     

    Methods inherited from class com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ConfigEntry

    children, narratables, renderLabel

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

    focusPathAtIndex, getFocused, isDragging, mouseClicked, nextFocusPath, setDragging, setFocused

    Methods inherited from class java.lang.Object

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

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

    charTyped, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, magicalSpecialHackyFocus, mouseDragged, mouseReleased, mouseScrolled, setFocused

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

    getRectangle, isMouseOver, mouseMoved

    Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Constructor Details

    • ListConfigEntry

      public ListConfigEntry(net.minecraft.network.chat.Component pLabel, List<net.minecraft.util.FormattedCharSequence> pTooltip, String p_101103_, String key)
  • Method Details

    • render

      public void render(@Nonnull net.minecraft.client.gui.GuiGraphics guiGraphics, int p_281471_, int y, int x, int offset, int p_283543_, int mouseX, int mouseY, boolean p_283227_, float delta)