public class GuiMusicProgressBar extends GuiProgressBar
| Constructor and Description |
|---|
GuiMusicProgressBar(info.u_team.music_player.lavaplayer.api.queue.ITrackManager manager,
int x,
int y,
int width,
int height,
float scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(int mouseX,
int mouseY,
float partialTicks) |
getBackGroundColor, getHeight, getProgress, getProgressColor, getWidth, getX, getY, isEnabled, isHovered, isPressable, isVisible, mouseClicked, onClick, playPressSound, setBackGroundColor, setClick, setEnabled, setHeight, setProgressColor, setProgressSupplier, setVisible, setWidth, setX, setYdrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanFocus, charTyped, focusChanged, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolledpublic GuiMusicProgressBar(info.u_team.music_player.lavaplayer.api.queue.ITrackManager manager,
int x,
int y,
int width,
int height,
float scale)
public void render(int mouseX,
int mouseY,
float partialTicks)
render in class GuiProgressBar