Class EditConfigScreen.StringConfigEntry

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.StringConfigEntry
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:
EditConfigScreen

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

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

    children, LABEL_WIDTH
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    renderContent(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, boolean isHovering, 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, mouseDragged, mouseReleased, mouseScrolled, setFocused

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

    getBorderForArrowNavigation, 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

    • StringConfigEntry

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

    • renderContent

      public void renderContent(@Nonnull net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, boolean isHovering, float delta)