Class ConfigRows.ConfigLabel

java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
com.beansgalaxy.backpacks.config.screen.ConfigRows.ConfigLabel
All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement
Direct Known Subclasses:
ConfigRows.BoolConfigRow, ConfigRows.EnumConfigRow, ConfigRows.IntConfigRow, ConfigRows.IntMapConfigRow, ConfigRows.ItemListConfigRow, ConfigRows.MoveBackSlotConfigRow
Enclosing class:
ConfigRows

public class ConfigRows.ConfigLabel extends net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.network.chat.Component
     

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigLabel(net.minecraft.network.chat.Component name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends net.minecraft.client.gui.components.events.GuiEventListener>
     
    void
    hungryClick(double mouseX, double mouseY, int i)
     
    List<? extends net.minecraft.client.gui.narration.NarratableEntry>
     
    void
     
    void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, int index, int y, int x, int rowWidth, int rowHeight, int mouseX, int mouseY, boolean isSelected, float delta)
     
    void
     

    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
  • Field Details

    • name

      public final net.minecraft.network.chat.Component name
  • Constructor Details

    • ConfigLabel

      public ConfigLabel(net.minecraft.network.chat.Component name)
  • Method Details

    • resetToDefault

      public void resetToDefault()
    • render

      public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int index, int y, int x, int rowWidth, int rowHeight, int mouseX, int mouseY, boolean isSelected, float delta)
    • children

      public List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()
    • narratables

      public List<? extends net.minecraft.client.gui.narration.NarratableEntry> narratables()
      Specified by:
      narratables in class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
    • hungryClick

      public void hungryClick(double mouseX, double mouseY, int i)
    • onSave

      public void onSave()