Class BotanyPotsJEIPlugin
java.lang.Object
net.darkhax.botanypots.common.addons.jei.BotanyPotsJEIPlugin
- All Implemented Interfaces:
mezz.jei.api.IModPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final mezz.jei.api.recipe.RecipeType<CropInfo> static final mezz.jei.api.recipe.RecipeType<InteractionInfo> static final net.minecraft.resources.ResourceLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.resources.ResourceLocationvoidregisterCategories(mezz.jei.api.registration.IRecipeCategoryRegistration registration) voidregisterRecipes(@NotNull mezz.jei.api.registration.IRecipeRegistration registration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.IModPlugin
onConfigManagerAvailable, onRuntimeAvailable, onRuntimeUnavailable, registerAdvanced, registerExtraIngredients, registerFluidSubtypes, registerGuiHandlers, registerIngredientAliases, registerIngredients, registerItemSubtypes, registerModInfo, registerRecipeCatalysts, registerRecipeTransferHandlers, registerRuntime, registerVanillaCategoryExtensions
-
Field Details
-
PLUGIN_ID
public static final net.minecraft.resources.ResourceLocation PLUGIN_ID -
CROP
-
INTERACTION
-
-
Constructor Details
-
BotanyPotsJEIPlugin
public BotanyPotsJEIPlugin()
-
-
Method Details
-
registerCategories
public void registerCategories(mezz.jei.api.registration.IRecipeCategoryRegistration registration) - Specified by:
registerCategoriesin interfacemezz.jei.api.IModPlugin
-
registerRecipes
public void registerRecipes(@NotNull @NotNull mezz.jei.api.registration.IRecipeRegistration registration) - Specified by:
registerRecipesin interfacemezz.jei.api.IModPlugin
-
getPluginUid
@NotNull public @NotNull net.minecraft.resources.ResourceLocation getPluginUid()- Specified by:
getPluginUidin interfacemezz.jei.api.IModPlugin
-