public class PonderProgressBar extends AbstractSimiWidget
onClick, toolTip, wasHovered, z| Constructor and Description |
|---|
PonderProgressBar(PonderUI ponder,
int xIn,
int yIn,
int widthIn,
int heightIn) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
clicked(double mouseX,
double mouseY) |
int |
getHoveredKeyframeIndex(PonderScene activeScene,
double mouseX) |
void |
onClick(double mouseX,
double mouseY) |
void |
playDownSound(net.minecraft.client.audio.SoundHandler handler) |
void |
renderButton(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
afterRender, atZLevel, beforeRender, getToolTip, render, runCallback, withCallback, withCallbackchangeFocus, clearFGColor, createNarrationMessage, getFGColor, getHeight, getMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onDrag, onFocusedChanged, onRelease, queueNarration, renderBg, renderToolTip, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidthblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLinepublic PonderProgressBar(PonderUI ponder, int xIn, int yIn, int widthIn, int heightIn)
public void tick()
tick in class AbstractSimiWidgetprotected boolean clicked(double mouseX,
double mouseY)
clicked in class AbstractSimiWidgetpublic void onClick(double mouseX,
double mouseY)
onClick in class AbstractSimiWidgetpublic int getHoveredKeyframeIndex(PonderScene activeScene, double mouseX)
public void renderButton(@Nonnull
com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderButton in class AbstractSimiWidgetpublic void playDownSound(net.minecraft.client.audio.SoundHandler handler)
playDownSound in class net.minecraft.client.gui.widget.Widget