Class GuiMusicPlaylistListEntry

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<GuiMusicPlaylistListEntry>
info.u_team.music_player.gui.playlist.GuiMusicPlaylistListEntry
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:
GuiMusicPlaylistListEntryLoading, GuiMusicPlaylistListEntryPlayable

public abstract class GuiMusicPlaylistListEntry extends BetterScrollableListEntry<GuiMusicPlaylistListEntry>
  • 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
    protected void
    addTrackInfo(com.mojang.blaze3d.vertex.PoseStack matrixStack, info.u_team.music_player.lavaplayer.api.audio.IAudioTrack track, int entryX, int entryY, int entryWidth, int leftMargin, int titleColor)
     
    net.minecraft.network.chat.Component
     
    protected void
     

    Methods inherited from class info.u_team.music_player.gui.BetterScrollableListEntry

    mouseClicked

    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

    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

    • GuiMusicPlaylistListEntry

      public GuiMusicPlaylistListEntry()
  • Method Details

    • addTrackInfo

      protected void addTrackInfo(com.mojang.blaze3d.vertex.PoseStack matrixStack, info.u_team.music_player.lavaplayer.api.audio.IAudioTrack track, int entryX, int entryY, int entryWidth, int leftMargin, int titleColor)
    • tick

      protected void tick()
    • getNarration

      public net.minecraft.network.chat.Component getNarration()
      Specified by:
      getNarration in class net.minecraft.client.gui.components.ObjectSelectionList.Entry<GuiMusicPlaylistListEntry>