Class ConfigRows.IntConfigRow

java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
com.beansgalaxy.backpacks.config.screen.ConfigRows.ConfigLabel
com.beansgalaxy.backpacks.config.screen.ConfigRows.IntConfigRow
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:
ConfigRows

public class ConfigRows.IntConfigRow extends ConfigRows.ConfigLabel
  • Field Summary

    Fields inherited from class com.beansgalaxy.backpacks.config.screen.ConfigRows.ConfigLabel

    name

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends net.minecraft.client.gui.components.events.GuiEventListener>
     
    List<? extends net.minecraft.client.gui.narration.NarratableEntry>
     
    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 com.beansgalaxy.backpacks.config.screen.ConfigRows.ConfigLabel

    hungryClick, onSave

    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

  • Method Details

    • resetToDefault

      public void resetToDefault()
      Overrides:
      resetToDefault in class ConfigRows.ConfigLabel
    • 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)
      Overrides:
      render in class ConfigRows.ConfigLabel
    • children

      public List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()
      Specified by:
      children in interface net.minecraft.client.gui.components.events.ContainerEventHandler
      Overrides:
      children in class ConfigRows.ConfigLabel
    • narratables

      public List<? extends net.minecraft.client.gui.narration.NarratableEntry> narratables()
      Overrides:
      narratables in class ConfigRows.ConfigLabel