public class IngredientGridAll extends IngredientGrid implements IPaged
guiIngredientList
Constructor and Description |
---|
IngredientGridAll(IIngredientRegistry ingredientRegistry,
java.awt.Rectangle area,
java.util.List<java.awt.Rectangle> guiAreas,
ItemFilter itemFilter) |
Modifier and Type | Method and Description |
---|---|
int |
getPageCount() |
int |
getPageNum() |
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> |
getVisibleStacks() |
boolean |
hasNext() |
boolean |
hasPrevious() |
boolean |
nextPage() |
boolean |
previousPage() |
void |
updateLayout() |
canSetFocusWithMouse, draw, drawTooltips, getArea, getIngredientUnderMouse, getStackUnderMouse, isMouseOver
public IngredientGridAll(IIngredientRegistry ingredientRegistry, java.awt.Rectangle area, java.util.List<java.awt.Rectangle> guiAreas, ItemFilter itemFilter)
public void updateLayout()
public boolean previousPage()
previousPage
in interface IPaged
public boolean hasPrevious()
hasPrevious
in interface IPaged
public com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getVisibleStacks()
public int getPageCount()
public int getPageNum()