use of mezz.jei.api.gui.IDrawable in project Binnie by ForestryMC.
the class SequencerRecipeWrapper method drawInfo.
@Override
public void drawInfo(Minecraft minecraft, int recipeWidth, int recipeHeight, int mouseX, int mouseY) {
IDrawable arrow = GeneticsJeiPlugin.drawables.getArrow();
arrow.draw(minecraft, 28, 4);
arrowAnimated.draw(minecraft, 28, 4);
}
Aggregations