| Modifier and Type | Field and Description |
|---|---|
boolean |
drawAtTop |
net.minecraft.util.ResourceLocation |
image |
java.lang.String |
locText |
| Constructor and Description |
|---|
PageLocImage(java.lang.String locText,
net.minecraft.util.ResourceLocation image,
boolean drawAtTop) |
| 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 java.lang.String locText
public net.minecraft.util.ResourceLocation image
public boolean drawAtTop
public PageLocImage(java.lang.String locText,
net.minecraft.util.ResourceLocation image,
boolean drawAtTop)
locText - - Localized text to drawimage - - Image to drawdrawAtTop - - Draw Image at top and text at bottom. False reverses this.public 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