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, setY
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canFocus, charTyped, focusChanged, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled
public 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