public class GuiMusicPlaylistListEntryMusicTrack 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 |
|---|
GuiMusicPlaylistListEntryMusicTrack(GuiMusicPlaylistList guilist,
Playlists playlists,
Playlist playlist,
LoadedTracks loadedTrack) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getCurrentlyPlaying, getPlayTrackButton, getTrack, isPlaying, 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 GuiMusicPlaylistListEntryMusicTrack(GuiMusicPlaylistList guilist, Playlists playlists, Playlist playlist, LoadedTracks loadedTrack)
public void drawEntryExtended(int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean mouseInList,
float partialTicks)
public void drawEntry(int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean mouseInList,
float partialTicks)
drawEntry in class GuiMusicPlaylistListEntryPlayable