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.ResourceLocation
getResourceLocation
(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, wait
Methods 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:
getIngredientType
in interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getDisplayName
- Specified by:
getDisplayName
in interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getUniqueId
- Specified by:
getUniqueId
in interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getResourceLocation
- Specified by:
getResourceLocation
in interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
copyIngredient
- Specified by:
copyIngredient
in interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-
getErrorInfo
- Specified by:
getErrorInfo
in interfacemezz.jei.api.ingredients.IIngredientHelper<Pokemon>
-