public class PageUnlocText extends PageBase
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
unlocText |
| Constructor and Description |
|---|
PageUnlocText(java.lang.String unlocText) |
| 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 PageUnlocText(java.lang.String unlocText)
unlocText - - Unlocalized text 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