Class AbstractScrollWidget

java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractScrollWidget
All Implemented Interfaces:
GuiEventListener, Renderable, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier
Direct Known Subclasses:
FittingMultiLineTextWidget, MultiLineEditBox, TelemetryEventWidget

public abstract class AbstractScrollWidget extends AbstractWidget implements Renderable, GuiEventListener
  • Field Details

    • BACKGROUND_SPRITES

      private static final WidgetSprites BACKGROUND_SPRITES
    • SCROLLER_SPRITE

      private static final ResourceLocation SCROLLER_SPRITE
    • INNER_PADDING

      private static final int INNER_PADDING
      See Also:
    • SCROLL_BAR_WIDTH

      private static final int SCROLL_BAR_WIDTH
      See Also:
    • scrollAmount

      private double scrollAmount
    • scrolling

      private boolean scrolling
  • Constructor Details

    • AbstractScrollWidget

      public AbstractScrollWidget(int p_240025_, int p_240026_, int p_240027_, int p_240028_, Component p_240029_)
  • Method Details

    • mouseClicked

      public boolean mouseClicked(double p_240170_, double p_240171_, int p_240172_)
      Specified by:
      mouseClicked in interface GuiEventListener
      Overrides:
      mouseClicked in class AbstractWidget
    • mouseReleased

      public boolean mouseReleased(double p_239063_, double p_239064_, int p_239065_)
      Specified by:
      mouseReleased in interface GuiEventListener
      Overrides:
      mouseReleased in class AbstractWidget
    • mouseDragged

      public boolean mouseDragged(double p_239639_, double p_239640_, int p_239641_, double p_239642_, double p_239643_)
      Specified by:
      mouseDragged in interface GuiEventListener
      Overrides:
      mouseDragged in class AbstractWidget
    • mouseScrolled

      public boolean mouseScrolled(double p_239308_, double p_239309_, double p_239310_, double p_300047_)
      Specified by:
      mouseScrolled in interface GuiEventListener
    • keyPressed

      public boolean keyPressed(int p_276060_, int p_276046_, int p_276030_)
      Specified by:
      keyPressed in interface GuiEventListener
    • renderWidget

      public void renderWidget(GuiGraphics p_282213_, int p_282468_, int p_282209_, float p_283300_)
      Specified by:
      renderWidget in class AbstractWidget
    • getScrollBarHeight

      private int getScrollBarHeight()
    • renderDecorations

      protected void renderDecorations(GuiGraphics p_283178_)
    • innerPadding

      protected int innerPadding()
    • totalInnerPadding

      protected int totalInnerPadding()
    • scrollAmount

      protected double scrollAmount()
    • setScrollAmount

      protected void setScrollAmount(double p_240207_)
    • getMaxScrollAmount

      protected int getMaxScrollAmount()
    • getContentHeight

      private int getContentHeight()
    • renderBackground

      protected void renderBackground(GuiGraphics p_282207_)
    • renderBorder

      protected void renderBorder(GuiGraphics p_289776_, int p_289792_, int p_289795_, int p_289775_, int p_289762_)
    • renderScrollBar

      private void renderScrollBar(GuiGraphics p_282305_)
    • withinContentAreaTopBottom

      protected boolean withinContentAreaTopBottom(int p_239943_, int p_239944_)
    • withinContentAreaPoint

      protected boolean withinContentAreaPoint(double p_239607_, double p_239608_)
    • scrollbarVisible

      protected boolean scrollbarVisible()
    • scrollbarWidth

      public int scrollbarWidth()
    • getInnerHeight

      protected abstract int getInnerHeight()
    • scrollRate

      protected abstract double scrollRate()
    • renderContents

      protected abstract void renderContents(GuiGraphics p_282975_, int p_239199_, int p_239200_, float p_239201_)