Class CraftTweakerPluginForge
java.lang.Object
com.blamejared.crafttweaker.impl.plugin.CraftTweakerPluginForge
- All Implemented Interfaces:
ICraftTweakerPlugin
@CraftTweakerPlugin("crafttweaker:builtin_forge")
public class CraftTweakerPluginForge
extends Object
implements ICraftTweakerPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidManages the registration of commands for the/ctmain command.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, registerEvents, registerListeners, registerLoaders, registerLoadSource, registerModuleConfigurators, registerRecipeComponents, registerRecipeHandlers, registerReplacerComponents, registerTaggableElements, registerVillagerTradeConverters
-
Constructor Details
-
CraftTweakerPluginForge
public CraftTweakerPluginForge()
-
-
Method Details
-
registerCommands
Description copied from interface:ICraftTweakerPluginManages the registration of commands for the/ctmain command.- Specified by:
registerCommandsin interfaceICraftTweakerPlugin- Parameters:
handler- The handler responsible for registration.- See Also:
-