Class GuiMusicPlaylistListEntryLoading

java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<T>
info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>
All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.narration.NarrationSupplier

public class GuiMusicPlaylistListEntryLoading extends 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
    void
    render(com.mojang.blaze3d.vertex.PoseStack matrixStack, int slotIndex, int entryY, int entryX, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float partialTicks)
     

    Methods inherited from class info.u_team.music_player.gui.playlist.GuiMusicPlaylistListEntry

    addTrackInfo, getNarration, tick

    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

    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

    • GuiMusicPlaylistListEntryLoading

      public GuiMusicPlaylistListEntryLoading()
  • Method Details

    • render

      public void render(com.mojang.blaze3d.vertex.PoseStack matrixStack, int slotIndex, int entryY, int entryX, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float partialTicks)
      Specified by:
      render in class info.u_team.u_team_core.gui.elements.ScrollableListEntry<GuiMusicPlaylistListEntry>