public abstract class AbstractModIdHelper
extends java.lang.Object
implements mezz.jei.api.helpers.IModIdHelper
| Constructor and Description |
|---|
AbstractModIdHelper() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<net.minecraft.util.text.ITextComponent> |
addModNameToIngredientTooltip(java.util.List<net.minecraft.util.text.ITextComponent> tooltip,
T ingredient,
mezz.jei.api.ingredients.IIngredientHelper<T> ingredientHelper) |
public <T> java.util.List<net.minecraft.util.text.ITextComponent> addModNameToIngredientTooltip(java.util.List<net.minecraft.util.text.ITextComponent> tooltip,
T ingredient,
mezz.jei.api.ingredients.IIngredientHelper<T> ingredientHelper)
addModNameToIngredientTooltip in interface mezz.jei.api.helpers.IModIdHelper