Package com.blamejared.createtweaker
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterRecipeComponents(com.blamejared.crafttweaker.api.plugin.IRecipeComponentRegistrationHandler handler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
registerRecipeComponentsin interfacecom.blamejared.crafttweaker.api.plugin.ICraftTweakerPlugin
-