public class GoVoteIngredientHelper extends java.lang.Object implements mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>
| Constructor and Description |
|---|
GoVoteIngredientHelper() |
| Modifier and Type | Method and Description |
|---|---|
GoVoteIngredient |
copyIngredient(GoVoteIngredient ingredient) |
java.lang.String |
getDisplayName(GoVoteIngredient ingredient) |
java.lang.String |
getErrorInfo(GoVoteIngredient ingredient) |
GoVoteIngredient |
getMatch(java.lang.Iterable<GoVoteIngredient> ingredients,
GoVoteIngredient ingredientToMatch) |
java.lang.String |
getModId(GoVoteIngredient ingredient) |
java.lang.String |
getResourceId(GoVoteIngredient ingredient) |
java.lang.String |
getUniqueId(GoVoteIngredient ingredient) |
@Nullable public GoVoteIngredient getMatch(java.lang.Iterable<GoVoteIngredient> ingredients, GoVoteIngredient ingredientToMatch)
getMatch in interface mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>public java.lang.String getDisplayName(GoVoteIngredient ingredient)
getDisplayName in interface mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>public java.lang.String getUniqueId(GoVoteIngredient ingredient)
getUniqueId in interface mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>public java.lang.String getModId(GoVoteIngredient ingredient)
getModId in interface mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>public java.lang.String getResourceId(GoVoteIngredient ingredient)
getResourceId in interface mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>public GoVoteIngredient copyIngredient(GoVoteIngredient ingredient)
copyIngredient in interface mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>public java.lang.String getErrorInfo(@Nullable
GoVoteIngredient ingredient)
getErrorInfo in interface mezz.jei.api.ingredients.IIngredientHelper<GoVoteIngredient>