| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.ResourceLocation |
image |
| Constructor and Description |
|---|
PageImage(net.minecraft.util.ResourceLocation image) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Book book,
CategoryAbstract category,
EntryAbstract entry,
int guiLeft,
int guiTop,
int mouseX,
int mouseY,
GuiBase guiBase,
net.minecraft.client.gui.FontRenderer fontRenderer) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
canSee, drawExtras, onInit, onLeftClicked, onRightClickedpublic PageImage(net.minecraft.util.ResourceLocation image)
image - - Image to drawpublic void draw(Book book, CategoryAbstract category, EntryAbstract entry, int guiLeft, int guiTop, int mouseX, int mouseY, GuiBase guiBase, net.minecraft.client.gui.FontRenderer fontRenderer)
public boolean equals(java.lang.Object o)
public int hashCode()
hashCode in class java.lang.Object