public class DebugIngredientRenderer extends java.lang.Object implements mezz.jei.api.ingredients.IIngredientRenderer<DebugIngredient>
Constructor and Description |
---|
DebugIngredientRenderer(mezz.jei.api.ingredients.IIngredientHelper<DebugIngredient> ingredientHelper) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getTooltip(DebugIngredient ingredient,
net.minecraft.client.util.ITooltipFlag tooltipFlag) |
void |
render(int xPosition,
int yPosition,
DebugIngredient ingredient) |
public DebugIngredientRenderer(mezz.jei.api.ingredients.IIngredientHelper<DebugIngredient> ingredientHelper)
public void render(int xPosition, int yPosition, @Nullable DebugIngredient ingredient)
render
in interface mezz.jei.api.ingredients.IIngredientRenderer<DebugIngredient>
public java.util.List<java.lang.String> getTooltip(DebugIngredient ingredient, net.minecraft.client.util.ITooltipFlag tooltipFlag)
getTooltip
in interface mezz.jei.api.ingredients.IIngredientRenderer<DebugIngredient>