public class GuiMusicPlaylistListEntryError 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 |
|---|
GuiMusicPlaylistListEntryError(GuiMusicPlaylistList guilist,
Playlists playlists,
Playlist playlist,
LoadedTracks loadedTrack,
java.lang.String error) |
| 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 GuiMusicPlaylistListEntryError(GuiMusicPlaylistList guilist, Playlists playlists, Playlist playlist, LoadedTracks loadedTrack, java.lang.String error)
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