Class StarcatcherJeiPlugin

java.lang.Object
com.wdiscute.starcatcher.compat.jei.StarcatcherJeiPlugin
All Implemented Interfaces:
mezz.jei.api.IModPlugin

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

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
    static mezz.jei.api.recipe.IFocusFactory
     
    static mezz.jei.api.runtime.IIngredientManager
     
    static mezz.jei.api.runtime.IRecipesGui
     
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    displayRecipes(net.minecraft.world.item.ItemStack is)
     
    net.minecraft.resources.ResourceLocation
     
    void
    onRuntimeAvailable(mezz.jei.api.runtime.IJeiRuntime jeiRuntime)
     
    void
    registerCategories(mezz.jei.api.registration.IRecipeCategoryRegistration registration)
     
    void
    registerRecipeCatalysts(mezz.jei.api.registration.IRecipeCatalystRegistration registration)
     
    void
    registerRecipes(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, onRuntimeUnavailable, registerAdvanced, registerExtraIngredients, registerFluidSubtypes, registerGuiHandlers, registerIngredientAliases, registerIngredients, registerItemSubtypes, registerModInfo, registerRecipeTransferHandlers, registerRuntime, registerVanillaCategoryExtensions
  • Field Details

    • ARROW

      public static final net.minecraft.resources.ResourceLocation ARROW
    • SLOT_BACKGROUND

      public static final net.minecraft.resources.ResourceLocation SLOT_BACKGROUND
    • listRecipes

      public static List<StarcatcherJeiFPRecipe.Recipe> listRecipes
    • iRecipesGui

      public static mezz.jei.api.runtime.IRecipesGui iRecipesGui
    • iFocusFactory

      public static mezz.jei.api.recipe.IFocusFactory iFocusFactory
    • iIngredientManager

      public static mezz.jei.api.runtime.IIngredientManager iIngredientManager
  • Constructor Details

    • StarcatcherJeiPlugin

      public StarcatcherJeiPlugin()
  • Method Details

    • displayRecipes

      public static void displayRecipes(net.minecraft.world.item.ItemStack is)
    • onRuntimeAvailable

      public void onRuntimeAvailable(mezz.jei.api.runtime.IJeiRuntime jeiRuntime)
      Specified by:
      onRuntimeAvailable 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
    • registerRecipeCatalysts

      public void registerRecipeCatalysts(mezz.jei.api.registration.IRecipeCatalystRegistration registration)
      Specified by:
      registerRecipeCatalysts in interface mezz.jei.api.IModPlugin
    • getPluginUid

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