public class Indicator extends AbstractSimiWidget
| Modifier and Type | Class and Description |
|---|---|
static class |
Indicator.State |
| Modifier and Type | Field and Description |
|---|---|
Indicator.State |
state |
onClick, toolTip, wasHovered, z| Constructor and Description |
|---|
Indicator(int x,
int y,
net.minecraft.util.text.ITextComponent tooltip) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks) |
afterRender, atZLevel, beforeRender, clicked, getToolTip, onClick, renderButton, runCallback, tick, withCallback, withCallbackchangeFocus, clearFGColor, createNarrationMessage, getFGColor, getHeight, getMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onDrag, onFocusedChanged, onRelease, playDownSound, 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 Indicator.State state
public Indicator(int x,
int y,
net.minecraft.util.text.ITextComponent tooltip)
public void render(@Nonnull
com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class AbstractSimiWidget