public class PageBase extends java.lang.Object implements IPage
| Constructor and Description |
|---|
PageBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSee(Book book,
CategoryAbstract category,
EntryAbstract entry,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack bookStack,
GuiEntry guiEntry) |
void |
draw(Book book,
CategoryAbstract category,
EntryAbstract entry,
int guiLeft,
int guiTop,
int mouseX,
int mouseY,
GuiBase guiBase,
net.minecraft.client.gui.FontRenderer fontRenderer) |
void |
drawExtras(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) |
void |
onInit(Book book,
CategoryAbstract category,
EntryAbstract entry,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack bookStack,
GuiEntry guiEntry) |
void |
onLeftClicked(Book book,
CategoryAbstract category,
EntryAbstract entry,
int mouseX,
int mouseY,
net.minecraft.entity.player.EntityPlayer player,
GuiEntry guiEntry) |
void |
onRightClicked(Book book,
CategoryAbstract category,
EntryAbstract entry,
int mouseX,
int mouseY,
net.minecraft.entity.player.EntityPlayer player,
GuiEntry guiEntry) |
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 void drawExtras(Book book, CategoryAbstract category, EntryAbstract entry, int guiLeft, int guiTop, int mouseX, int mouseY, GuiBase guiBase, net.minecraft.client.gui.FontRenderer fontRenderer)
drawExtras in interface IPagepublic boolean canSee(Book book, CategoryAbstract category, EntryAbstract entry, net.minecraft.entity.player.EntityPlayer player, net.minecraft.item.ItemStack bookStack, GuiEntry guiEntry)
public void onLeftClicked(Book book, CategoryAbstract category, EntryAbstract entry, int mouseX, int mouseY, net.minecraft.entity.player.EntityPlayer player, GuiEntry guiEntry)
onLeftClicked in interface IPagepublic void onRightClicked(Book book, CategoryAbstract category, EntryAbstract entry, int mouseX, int mouseY, net.minecraft.entity.player.EntityPlayer player, GuiEntry guiEntry)
onRightClicked in interface IPagepublic void onInit(Book book, CategoryAbstract category, EntryAbstract entry, net.minecraft.entity.player.EntityPlayer player, net.minecraft.item.ItemStack bookStack, GuiEntry guiEntry)