public class PokeCheckerTabsScreen extends IndexedButton
id
NO_TOOLTIP, onPress, onTooltip
Constructor and Description |
---|
PokeCheckerTabsScreen(int type,
int buttonId,
int x,
int y,
int width,
int height,
java.lang.String text,
net.minecraft.client.gui.widget.button.Button.IPressable action) |
PokeCheckerTabsScreen(int type,
int buttonId,
int x,
int y,
int width,
int height,
java.lang.String text,
Pokemon pokemon,
net.minecraft.client.gui.widget.button.Button.IPressable action) |
Modifier and Type | Method and Description |
---|---|
void |
playDownSound(net.minecraft.client.audio.SoundHandler handler) |
void |
renderButton(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks) |
getID, setMessage
keyPressed, onClick
changeFocus, clearFGColor, clicked, createNarrationMessage, getFGColor, getHeight, getMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onDrag, onFocusedChanged, onRelease, queueNarration, render, renderBg, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidth
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
public PokeCheckerTabsScreen(int type, int buttonId, int x, int y, int width, int height, java.lang.String text, net.minecraft.client.gui.widget.button.Button.IPressable action)
public PokeCheckerTabsScreen(int type, int buttonId, int x, int y, int width, int height, java.lang.String text, Pokemon pokemon, net.minecraft.client.gui.widget.button.Button.IPressable action)
public void renderButton(com.mojang.blaze3d.matrix.MatrixStack matrix, int mouseX, int mouseY, float partialTicks)
renderButton
in class net.minecraft.client.gui.widget.button.Button
public void playDownSound(net.minecraft.client.audio.SoundHandler handler)
playDownSound
in class net.minecraft.client.gui.widget.Widget