Class EditConfigScreen.BooleanConfigEntry

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.BooleanConfigEntry
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.BooleanConfigEntry extends EditConfigScreen.ConfigEntry
  • Field Summary

    Fields inherited from class EditConfigScreen.ConfigEntry

    children, LABEL_WIDTH
  • Constructor Summary

    Constructors
    Constructor
    Description
    BooleanConfigEntry(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
    extractContent(@NotNull net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean isHovering, float delta)
     

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

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

    Methods inherited from class Object

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

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

    charTyped, getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, preeditUpdated, setFocused

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

    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

    • BooleanConfigEntry

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

    • extractContent

      public void extractContent(@NotNull @NotNull net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, boolean isHovering, float delta)