Class PetrolparkJEI

java.lang.Object
com.petrolpark.compat.jei.PetrolparkJEI
All Implemented Interfaces:
mezz.jei.api.IModPlugin

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

    Fields
    Modifier and Type
    Field
    Description
    static mezz.jei.api.runtime.IJeiRuntime
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final void
    ctor(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.bus.api.IEventBus mainEventBus)
     
    net.minecraft.resources.ResourceLocation
     
    void
    onRuntimeAvailable(mezz.jei.api.runtime.IJeiRuntime jeiRuntime)
     
    void
    registerGuiHandlers(mezz.jei.api.registration.IGuiHandlerRegistration 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, onRuntimeUnavailable, registerAdvanced, registerCategories, registerExtraIngredients, registerFluidSubtypes, registerIngredientAliases, registerIngredients, registerItemSubtypes, registerModInfo, registerRecipeCatalysts, registerRecipes, registerRecipeTransferHandlers, registerRuntime, registerVanillaCategoryExtensions
  • Field Details

    • RECIPE_BOOK_ITEM_JEI_CATEGORY_CACHE

      public static final RecipeBookItemJEICategoryCache RECIPE_BOOK_ITEM_JEI_CATEGORY_CACHE
    • JEI_RUNTIME

      public static mezz.jei.api.runtime.IJeiRuntime JEI_RUNTIME
  • Constructor Details

    • PetrolparkJEI

      public PetrolparkJEI()
  • Method Details

    • ctor

      public static final void ctor(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.bus.api.IEventBus mainEventBus)
    • getPluginUid

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

      public void registerGuiHandlers(@Nonnull mezz.jei.api.registration.IGuiHandlerRegistration registration)
      Specified by:
      registerGuiHandlers in interface mezz.jei.api.IModPlugin
    • onRuntimeAvailable

      public void onRuntimeAvailable(@Nonnull mezz.jei.api.runtime.IJeiRuntime jeiRuntime)
      Specified by:
      onRuntimeAvailable in interface mezz.jei.api.IModPlugin