public class CategoryItemStack extends CategoryBase
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.item.ItemStack |
stack |
entryList, unlocCategoryName| Constructor and Description |
|---|
CategoryItemStack(java.util.List<EntryAbstract> entryList,
java.lang.String unlocCategoryName,
net.minecraft.item.ItemStack stack) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Book book,
int categoryX,
int categoryY,
int categoryWidth,
int categoryHeight,
int mouseX,
int mouseY,
GuiBase guiBase,
boolean drawOnLeft,
net.minecraft.client.renderer.entity.RenderItem renderItem) |
void |
drawExtras(Book book,
int categoryX,
int categoryY,
int categoryWidth,
int categoryHeight,
int mouseX,
int mouseY,
GuiBase guiBase,
boolean drawOnLeft,
net.minecraft.client.renderer.entity.RenderItem renderItem) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
canSee, onInit, onLeftClicked, onRightClickedaddEntry, addEntryList, getLocalizedName, getTooltip, removeEntry, removeEntryListpublic CategoryItemStack(java.util.List<EntryAbstract> entryList, java.lang.String unlocCategoryName, net.minecraft.item.ItemStack stack)
public void draw(Book book, int categoryX, int categoryY, int categoryWidth, int categoryHeight, int mouseX, int mouseY, GuiBase guiBase, boolean drawOnLeft, net.minecraft.client.renderer.entity.RenderItem renderItem)
draw in class CategoryBasepublic void drawExtras(Book book, int categoryX, int categoryY, int categoryWidth, int categoryHeight, int mouseX, int mouseY, GuiBase guiBase, boolean drawOnLeft, net.minecraft.client.renderer.entity.RenderItem renderItem)
drawExtras in class CategoryBasepublic boolean equals(java.lang.Object o)
equals in class CategoryAbstractpublic int hashCode()
hashCode in class CategoryAbstract