Class ModJEIPlugin

java.lang.Object
de.cech12.bucketlib.jei.ModJEIPlugin
All Implemented Interfaces:
mezz.jei.api.IModPlugin

public class ModJEIPlugin extends Object implements mezz.jei.api.IModPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.resources.ResourceLocation
     
    void
    registerItemSubtypes(@NotNull mezz.jei.api.registration.ISubtypeRegistration 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, registerCategories, registerExtraIngredients, registerFluidSubtypes, registerGuiHandlers, registerIngredientAliases, registerIngredients, registerModInfo, registerRecipeCatalysts, registerRecipeTransferHandlers, registerRuntime, registerVanillaCategoryExtensions
  • Constructor Details

    • ModJEIPlugin

      public ModJEIPlugin()
  • Method Details

    • getPluginUid

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

      public void registerItemSubtypes(@NotNull @NotNull mezz.jei.api.registration.ISubtypeRegistration registration)
      Specified by:
      registerItemSubtypes 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