public class GuiButtonEntry
extends net.minecraft.client.gui.GuiButton
| Modifier and Type | Field and Description |
|---|---|
IBookEntry |
entry |
| Constructor and Description |
|---|
GuiButtonEntry(int buttonId,
int x,
int y,
IBookEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawButton(net.minecraft.client.Minecraft mc,
int mouseX,
int mouseY,
float partialTicks) |
drawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mousePressed, mouseReleased, playPressSound, setWidthpublic final IBookEntry entry
public GuiButtonEntry(int buttonId,
int x,
int y,
IBookEntry entry)