Class PokemonIngredientHelper
java.lang.Object
com.pixelmonmod.pixelmon.support.jei.ingredient.PokemonIngredientHelper
- All Implemented Interfaces:
mezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyIngredient(Pokemon ingredient) getDisplayName(Pokemon ingredient) getErrorInfo(@Nullable Pokemon ingredient) mezz.jei.api.ingredients.IIngredientType<Pokemon> net.minecraft.resources.ResourceLocationgetResourceLocation(Pokemon ingredient) getUniqueId(Pokemon ingredient, mezz.jei.api.ingredients.subtypes.UidContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.ingredients.IIngredientHelper
copyWithAmount, getAmount, getCheatItemStack, getColors, getDisplayModId, getTagEquivalent, getTagKeyEquivalent, getTagStream, getWildcardId, hasSubtypes, isHiddenFromRecipeViewersByTags, isIngredientOnServer, isValidIngredient, normalizeIngredient
-
Constructor Details
-
PokemonIngredientHelper
public PokemonIngredientHelper()
-
-
Method Details
-
getIngredientType
- Specified by:
getIngredientTypein interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getDisplayName
- Specified by:
getDisplayNamein interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getUniqueId
- Specified by:
getUniqueIdin interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getResourceLocation
- Specified by:
getResourceLocationin interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
copyIngredient
- Specified by:
copyIngredientin interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getErrorInfo
- Specified by:
getErrorInfoin interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-