| Modifier and Type | Field and Description |
|---|---|
boolean |
drawAtTop |
net.minecraft.util.ResourceLocation |
image |
java.lang.String |
unlocText |
| Constructor and Description |
|---|
PageUnlocImage(java.lang.String unlocText,
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 unlocText
public net.minecraft.util.ResourceLocation image
public boolean drawAtTop
public PageUnlocImage(java.lang.String unlocText,
net.minecraft.util.ResourceLocation image,
boolean drawAtTop)
unlocText - - Unlocalized 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