Class UTeamCoreJeiPlugin

java.lang.Object
info.u_team.u_team_core.integration.jei.UTeamCoreJeiPlugin
All Implemented Interfaces:
mezz.jei.api.IModPlugin

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    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

    onRuntimeAvailable, registerAdvanced, registerCategories, registerFluidSubtypes, registerGuiHandlers, registerIngredients, registerItemSubtypes, registerRecipeCatalysts, registerRecipeTransferHandlers, registerVanillaCategoryExtensions
  • Constructor Details

    • UTeamCoreJeiPlugin

      public UTeamCoreJeiPlugin()
  • Method Details

    • getPluginUid

      public net.minecraft.resources.ResourceLocation getPluginUid()
      Specified by:
      getPluginUid 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