public class GuiButtonTab
extends net.minecraft.client.gui.GuiButton
| Constructor and Description |
|---|
GuiButtonTab(int id,
int x,
int y,
int width,
int height,
java.lang.String text) |
GuiButtonTab(int id,
int x,
int y,
int width,
int height,
java.lang.String text,
boolean initial) |
GuiButtonTab(int id,
int x,
int y,
int width,
int height,
java.lang.String text,
boolean initial,
boolean fadeIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawButton(net.minecraft.client.Minecraft mc,
int mouseX,
int mouseY,
float partialTicks) |
boolean |
getSelected() |
void |
setSelected(boolean selected) |
drawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mousePressed, mouseReleased, playPressSound, setWidthpublic GuiButtonTab(int id,
int x,
int y,
int width,
int height,
java.lang.String text)
public GuiButtonTab(int id,
int x,
int y,
int width,
int height,
java.lang.String text,
boolean initial)
public GuiButtonTab(int id,
int x,
int y,
int width,
int height,
java.lang.String text,
boolean initial,
boolean fadeIn)