Class TitaniumJEIPlugin

java.lang.Object
com.hrznstudio.titanium.jei.TitaniumJEIPlugin
All Implemented Interfaces:
mezz.jei.api.IModPlugin

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    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, onRuntimeAvailable, onRuntimeUnavailable, registerAdvanced, registerCategories, registerFluidSubtypes, registerIngredients, registerItemSubtypes, registerRecipeCatalysts, registerRecipes, registerRecipeTransferHandlers, registerRuntime, registerVanillaCategoryExtensions
  • Constructor Details

    • TitaniumJEIPlugin

      public TitaniumJEIPlugin()
  • Method Details

    • getPluginUid

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

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