Class CreateTweakerCTPlugin

java.lang.Object
com.blamejared.createtweaker.CreateTweakerCTPlugin
All Implemented Interfaces:
com.blamejared.crafttweaker.api.plugin.ICraftTweakerPlugin

@CraftTweakerPlugin("createtweaker:main") public class CreateTweakerCTPlugin extends Object implements com.blamejared.crafttweaker.api.plugin.ICraftTweakerPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerRecipeComponents(com.blamejared.crafttweaker.api.plugin.IRecipeComponentRegistrationHandler handler)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.blamejared.crafttweaker.api.plugin.ICraftTweakerPlugin

    initialize, manageJavaNativeIntegration, registerBracketParsers, registerCommands, registerEvents, registerListeners, registerLoaders, registerLoadSource, registerModuleConfigurators, registerRecipeHandlers, registerReplacerComponents, registerTaggableElements, registerVillagerTradeConverters
  • Constructor Details

    • CreateTweakerCTPlugin

      public CreateTweakerCTPlugin()
  • Method Details

    • registerRecipeComponents

      public void registerRecipeComponents(com.blamejared.crafttweaker.api.plugin.IRecipeComponentRegistrationHandler handler)
      Specified by:
      registerRecipeComponents in interface com.blamejared.crafttweaker.api.plugin.ICraftTweakerPlugin