Class BotanyPotsJEIPlugin

java.lang.Object
net.darkhax.botanypots.common.addons.jei.BotanyPotsJEIPlugin
All Implemented Interfaces:
mezz.jei.api.IModPlugin

public class BotanyPotsJEIPlugin extends Object implements mezz.jei.api.IModPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final mezz.jei.api.recipe.RecipeType<CropInfo>
     
    static final mezz.jei.api.recipe.RecipeType<InteractionInfo>
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.resources.ResourceLocation
     
    void
    registerCategories(mezz.jei.api.registration.IRecipeCategoryRegistration registration)
     
    void
    registerRecipes(@NotNull mezz.jei.api.registration.IRecipeRegistration registration)
     

    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.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

      public static final mezz.jei.api.recipe.RecipeType<CropInfo> CROP
    • INTERACTION

      public static final mezz.jei.api.recipe.RecipeType<InteractionInfo> INTERACTION
  • Constructor Details

    • BotanyPotsJEIPlugin

      public BotanyPotsJEIPlugin()
  • Method Details

    • registerCategories

      public void registerCategories(mezz.jei.api.registration.IRecipeCategoryRegistration registration)
      Specified by:
      registerCategories in interface mezz.jei.api.IModPlugin
    • registerRecipes

      public void registerRecipes(@NotNull @NotNull mezz.jei.api.registration.IRecipeRegistration registration)
      Specified by:
      registerRecipes in interface mezz.jei.api.IModPlugin
    • getPluginUid

      @NotNull public @NotNull net.minecraft.resources.ResourceLocation getPluginUid()
      Specified by:
      getPluginUid in interface mezz.jei.api.IModPlugin