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
minecraftFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddTrackInfo(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.Componentprotected voidtick()Methods inherited from class info.u_team.music_player.gui.BetterScrollableListEntry
mouseClickedMethods inherited from class info.u_team.u_team_core.gui.elements.ScrollableListEntry
addChildren, getList, mouseDragged, mouseReleased, renderMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarrationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseMoved, mouseScrolled, nextFocusPathMethods 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:
getNarrationin classnet.minecraft.client.gui.components.ObjectSelectionList.Entry<GuiMusicPlaylistListEntry>
-