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