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 |
playTrackButton
mc
index, 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, 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 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