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 |
playTrackButton
mc
index, 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, tick
addTrackInfo
addButton, mouseDragged, mouseReleased
func_195000_a, getIndex, getList, getX, getY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canFocus, charTyped, focusChanged, keyPressed, keyReleased, mouseScrolled
protected 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 GuiMusicPlaylistListEntryPlayable
public void drawEntry(int entryWidth, int entryHeight, int mouseX, int mouseY, boolean mouseInList, float partialTicks)
drawEntry
in class GuiMusicPlaylistListEntryPlayable