public class DrawableIngredient<V>
extends java.lang.Object
implements mezz.jei.api.gui.drawable.IDrawable
| Constructor and Description |
|---|
DrawableIngredient(V ingredient,
mezz.jei.api.ingredients.IIngredientRenderer<V> ingredientRenderer) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(int xOffset,
int yOffset) |
int |
getHeight() |
int |
getWidth() |
public int getWidth()
getWidth in interface mezz.jei.api.gui.drawable.IDrawablepublic int getHeight()
getHeight in interface mezz.jei.api.gui.drawable.IDrawablepublic void draw(int xOffset,
int yOffset)
draw in interface mezz.jei.api.gui.drawable.IDrawable