Class AbstractSelectionList<E extends AbstractSelectionList.Entry<E>>

java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.components.AbstractSelectionList<E>
All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement, NarratableEntry, NarrationSupplier
Direct Known Subclasses:
ContainerObjectSelectionList, ObjectSelectionList

public abstract class AbstractSelectionList<E extends AbstractSelectionList.Entry<E>> extends AbstractContainerEventHandler implements Renderable, NarratableEntry
  • Field Details

    • SCROLLBAR_WIDTH

      protected static final int SCROLLBAR_WIDTH
      See Also:
    • SCROLLER_SPRITE

      private static final ResourceLocation SCROLLER_SPRITE
    • minecraft

      protected final Minecraft minecraft
    • itemHeight

      protected final int itemHeight
    • children

      private final List<E extends AbstractSelectionList.Entry<E>> children
    • width

      protected int width
    • height

      protected int height
    • y0

      protected int y0
    • y1

      protected int y1
    • x1

      protected int x1
    • x0

      protected int x0
    • centerListVertically

      protected boolean centerListVertically
    • scrollAmount

      private double scrollAmount
    • renderHeader

      private boolean renderHeader
    • headerHeight

      protected int headerHeight
    • scrolling

      private boolean scrolling
    • selected

      @Nullable private E extends AbstractSelectionList.Entry<E> selected
    • renderBackground

      private boolean renderBackground
    • hovered

      @Nullable private E extends AbstractSelectionList.Entry<E> hovered
  • Constructor Details

    • AbstractSelectionList

      public AbstractSelectionList(Minecraft p_93404_, int p_93405_, int p_93406_, int p_93407_, int p_93408_, int p_93409_)
  • Method Details

    • setRenderHeader

      protected void setRenderHeader(boolean p_93474_, int p_93475_)
    • getRowWidth

      public int getRowWidth()
    • getSelected

      @Nullable public E getSelected()
    • setSelected

      public void setSelected(@Nullable E p_93462_)
    • getFirstElement

      public E getFirstElement()
    • setRenderBackground

      public void setRenderBackground(boolean p_93489_)
    • getFocused

      @Nullable public E getFocused()
      Specified by:
      getFocused in interface ContainerEventHandler
      Overrides:
      getFocused in class AbstractContainerEventHandler
    • children

      public final List<E> children()
      Specified by:
      children in interface ContainerEventHandler
    • clearEntries

      protected void clearEntries()
    • replaceEntries

      protected void replaceEntries(Collection<E> p_93470_)
    • getEntry

      protected E getEntry(int p_93501_)
    • addEntry

      protected int addEntry(E p_93487_)
    • addEntryToTop

      protected void addEntryToTop(E p_239858_)
    • removeEntryFromTop

      protected boolean removeEntryFromTop(E p_239046_)
    • getItemCount

      protected int getItemCount()
    • isSelectedItem

      protected boolean isSelectedItem(int p_93504_)
    • getEntryAtPosition

      @Nullable protected final E getEntryAtPosition(double p_93413_, double p_93414_)
    • updateSize

      public void updateSize(int p_93438_, int p_93439_, int p_93440_, int p_93441_)
    • setLeftPos

      public void setLeftPos(int p_93508_)
    • getMaxPosition

      protected int getMaxPosition()
    • clickedHeader

      protected void clickedHeader(int p_93431_, int p_93432_)
    • renderHeader

      protected void renderHeader(GuiGraphics p_282337_, int p_93444_, int p_93445_)
    • renderDecorations

      protected void renderDecorations(GuiGraphics p_281477_, int p_93459_, int p_93460_)
    • render

      public void render(GuiGraphics p_282708_, int p_283242_, int p_282891_, float p_283683_)
      Specified by:
      render in interface Renderable
    • enableScissor

      protected void enableScissor(GuiGraphics p_282811_)
    • centerScrollOn

      protected void centerScrollOn(E p_93495_)
    • ensureVisible

      protected void ensureVisible(E p_93499_)
    • scroll

      private void scroll(int p_93430_)
    • getScrollAmount

      public double getScrollAmount()
    • setScrollAmount

      public void setScrollAmount(double p_93411_)
    • getMaxScroll

      public int getMaxScroll()
    • getScrollBottom

      public int getScrollBottom()
    • updateScrollingState

      protected void updateScrollingState(double p_93482_, double p_93483_, int p_93484_)
    • getScrollbarPosition

      protected int getScrollbarPosition()
    • isValidMouseClick

      protected boolean isValidMouseClick(int p_299130_)
    • mouseClicked

      public boolean mouseClicked(double p_93420_, double p_93421_, int p_93422_)
      Specified by:
      mouseClicked in interface ContainerEventHandler
      Specified by:
      mouseClicked in interface GuiEventListener
    • mouseReleased

      public boolean mouseReleased(double p_93491_, double p_93492_, int p_93493_)
      Specified by:
      mouseReleased in interface ContainerEventHandler
      Specified by:
      mouseReleased in interface GuiEventListener
    • mouseDragged

      public boolean mouseDragged(double p_93424_, double p_93425_, int p_93426_, double p_93427_, double p_93428_)
      Specified by:
      mouseDragged in interface ContainerEventHandler
      Specified by:
      mouseDragged in interface GuiEventListener
    • mouseScrolled

      public boolean mouseScrolled(double p_93416_, double p_93417_, double p_93418_, double p_298552_)
      Specified by:
      mouseScrolled in interface ContainerEventHandler
      Specified by:
      mouseScrolled in interface GuiEventListener
    • setFocused

      public void setFocused(@Nullable GuiEventListener p_265738_)
      Specified by:
      setFocused in interface ContainerEventHandler
      Overrides:
      setFocused in class AbstractContainerEventHandler
    • nextEntry

      @Nullable protected E nextEntry(ScreenDirection p_265160_)
    • nextEntry

      @Nullable protected E nextEntry(ScreenDirection p_265210_, Predicate<E> p_265604_)
    • nextEntry

      @Nullable protected E nextEntry(ScreenDirection p_265159_, Predicate<E> p_265109_, @Nullable E p_265379_)
    • isMouseOver

      public boolean isMouseOver(double p_93479_, double p_93480_)
      Specified by:
      isMouseOver in interface GuiEventListener
    • renderList

      protected void renderList(GuiGraphics p_282079_, int p_239229_, int p_239230_, float p_239231_)
    • renderItem

      protected void renderItem(GuiGraphics p_282205_, int p_238966_, int p_238967_, float p_238968_, int p_238969_, int p_238970_, int p_238971_, int p_238972_, int p_238973_)
    • renderSelection

      protected void renderSelection(GuiGraphics p_283589_, int p_240142_, int p_240143_, int p_240144_, int p_240145_, int p_240146_)
    • getRowLeft

      public int getRowLeft()
    • getRowRight

      public int getRowRight()
    • getRowTop

      protected int getRowTop(int p_93512_)
    • getRowBottom

      protected int getRowBottom(int p_93486_)
    • narrationPriority

      public NarratableEntry.NarrationPriority narrationPriority()
      Specified by:
      narrationPriority in interface NarratableEntry
    • remove

      @Nullable protected E remove(int p_93515_)
    • removeEntry

      protected boolean removeEntry(E p_93503_)
    • getHovered

      @Nullable protected E getHovered()
    • bindEntryToSelf

      void bindEntryToSelf(AbstractSelectionList.Entry<E> p_93506_)
    • narrateListElementPosition

      protected void narrateListElementPosition(NarrationElementOutput p_168791_, E p_168792_)
    • getRectangle

      public ScreenRectangle getRectangle()
      Specified by:
      getRectangle in interface GuiEventListener
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getTop

      public int getTop()
    • getBottom

      public int getBottom()
    • getLeft

      public int getLeft()
    • getRight

      public int getRight()