public class GuiMusicPlaylistListEntryPlaylistStart extends GuiMusicPlaylistListEntryPlayable
| Modifier and Type | Field and Description |
|---|---|
protected GuiButtonClickImage |
deleteTrackButton |
protected GuiButtonClickImage |
downButton |
protected Playlist |
playlist |
protected GuiButtonClickImage |
upButton |
protected WrappedObject<java.lang.String> |
uri |
playTrackButtonmcindex, list| Constructor and Description |
|---|
GuiMusicPlaylistListEntryPlaylistStart(GuiMusicPlaylistList guilist,
Playlists playlists,
Playlist playlist,
LoadedTracks loadedTracks) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(GuiMusicPlaylistListEntryPlaylistTrack entry) |
void |
drawEntry(int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean mouseInList,
float partialTicks) |
void |
drawEntryExtended(int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean mouseInList,
float partialTicks) |
protected boolean |
isPlaying() |
getCurrentlyPlaying, getPlayTrackButton, getTrack, mouseClicked, tickaddTrackInfoaddButton, mouseDragged, mouseReleasedfunc_195000_a, getIndex, getList, getX, getYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanFocus, charTyped, focusChanged, keyPressed, keyReleased, mouseScrolledprotected final Playlist playlist
protected final WrappedObject<java.lang.String> uri
protected final GuiButtonClickImage deleteTrackButton
protected final GuiButtonClickImage upButton
protected final GuiButtonClickImage downButton
public GuiMusicPlaylistListEntryPlaylistStart(GuiMusicPlaylistList guilist, Playlists playlists, Playlist playlist, LoadedTracks loadedTracks)
public void drawEntryExtended(int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean mouseInList,
float partialTicks)
public void addEntry(GuiMusicPlaylistListEntryPlaylistTrack entry)
protected boolean isPlaying()
isPlaying in class GuiMusicPlaylistListEntryPlayablepublic void drawEntry(int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean mouseInList,
float partialTicks)
drawEntry in class GuiMusicPlaylistListEntryPlayable