public class PageLocText extends PageBase
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
locText |
| Constructor and Description |
|---|
PageLocText(java.lang.String locText) |
| 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 PageLocText(java.lang.String locText)
locText - - Pre-localized text to draw.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