Class BetterScrollableListEntry<T extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>>

java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<T>
info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>
info.u_team.music_player.gui.BetterScrollableListEntry<T>
All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.narration.NarrationSupplier
Direct Known Subclasses:
GuiMusicPlaylistListEntry, GuiMusicSearchListEntryMusicTrack, GuiMusicSearchListEntryPlaylist

public abstract class BetterScrollableListEntry<T extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>> extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>
  • Field Summary

    Fields inherited from class info.u_team.u_team_core.gui.elements.ScrollableListEntry

    minecraft

    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
    boolean
    mouseClicked(double mouseX, double mouseY, int button)
     

    Methods inherited from class info.u_team.u_team_core.gui.elements.ScrollableListEntry

    addChildren, getList, mouseDragged, mouseReleased, render

    Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry

    getNarration, updateNarration

    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.GuiEventListener

    charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseMoved, mouseScrolled, nextFocusPath

    Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Constructor Details

    • BetterScrollableListEntry

      public BetterScrollableListEntry()
  • Method Details

    • mouseClicked

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      Specified by:
      mouseClicked in interface net.minecraft.client.gui.components.events.GuiEventListener
      Overrides:
      mouseClicked in class info.u_team.u_team_core.gui.elements.ScrollableListEntry<T extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>>