Class DDJEIPlugin

java.lang.Object
com.blamejared.dustydiscoveries.compat.jei.DDJEIPlugin
All Implemented Interfaces:
mezz.jei.api.IModPlugin

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface mezz.jei.api.IModPlugin

    configureJei, onConfigManagerAvailable, onRuntimeAvailable, onRuntimeUnavailable, registerAdvanced, registerAdvancedSearch, registerExtraIngredients, registerFluidSubtypes, registerGuiHandlers, registerIngredientAliases, registerIngredients, registerItemSubtypes, registerModInfo, registerRecipeCatalysts, registerRecipeTransferHandlers, registerRuntime, registerSlotDisplayInterpreters, registerVanillaCategoryExtensions
  • Constructor Details

    • DDJEIPlugin

      public DDJEIPlugin()
  • Method Details

    • getPluginUid

      public net.minecraft.resources.Identifier getPluginUid()
      Specified by:
      getPluginUid in interface mezz.jei.api.IModPlugin
    • registerCategories

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

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