public class GuiIconButtonExt
extends net.minecraftforge.fml.client.config.GuiButtonExt
IDrawable instead of a string label.| Constructor and Description |
|---|
GuiIconButtonExt(int buttonId,
int x,
int y,
int widthIn,
int heightIn,
IDrawable icon) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawButton(net.minecraft.client.Minecraft mc,
int mouseX,
int mouseY) |
drawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mousePressed, mouseReleased, playPressSound, setWidthpublic GuiIconButtonExt(int buttonId,
int x,
int y,
int widthIn,
int heightIn,
IDrawable icon)