Class SelectionScrollInput

java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.AbstractWidget
All Implemented Interfaces:
TickableGuiEventListener, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Widget, net.minecraft.client.gui.narration.NarratableEntry, net.minecraft.client.gui.narration.NarrationSupplier

public class SelectionScrollInput extends ScrollInput
  • Field Details

    • options

      protected List<? extends net.minecraft.network.chat.Component> options
  • Constructor Details

    • SelectionScrollInput

      public SelectionScrollInput(int xIn, int yIn, int widthIn, int heightIn)
  • Method Details

    • forOptions

      public ScrollInput forOptions(List<? extends net.minecraft.network.chat.Component> options)
    • updateTooltip

      protected void updateTooltip()
      Overrides:
      updateTooltip in class ScrollInput