public class PageUnlocItemStack extends PageUnlocText
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.item.ItemStack |
stack |
unlocText| Constructor and Description |
|---|
PageUnlocItemStack(java.lang.String unlocText,
net.minecraft.block.Block block) |
PageUnlocItemStack(java.lang.String unlocText,
net.minecraft.item.Item item) |
PageUnlocItemStack(java.lang.String unlocText,
net.minecraft.item.ItemStack stack) |
PageUnlocItemStack(java.lang.String unlocText,
java.lang.String entry) |
| Modifier and Type | Method and Description |
|---|---|
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) |
int |
hashCode() |
drawcanSee, onInit, onLeftClicked, onRightClickedpublic PageUnlocItemStack(java.lang.String unlocText,
net.minecraft.item.ItemStack stack)
unlocText - - Unlocalized text to drawstack - - ItemStack to renderpublic PageUnlocItemStack(java.lang.String unlocText,
net.minecraft.item.Item item)
unlocText - - Unlocalized text to drawitem - - Item to renderpublic PageUnlocItemStack(java.lang.String unlocText,
net.minecraft.block.Block block)
unlocText - - Unlocalized text to drawblock - - Block to renderpublic PageUnlocItemStack(java.lang.String unlocText,
java.lang.String entry)
unlocText - - Unlocalized text to drawentry - - OreDict entry to renderpublic 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 IPagedrawExtras in class PageBasepublic boolean equals(java.lang.Object o)
equals in interface IPageequals in class PageUnlocTextpublic int hashCode()
hashCode in class PageUnlocText