Class CompatibilityCraftTweakerPlugin
java.lang.Object
com.blamejared.crafttweaker.impl.plugin.crafttweaker.CompatibilityCraftTweakerPlugin
- All Implemented Interfaces:
ICraftTweakerPlugin
@CraftTweakerPlugin("crafttweaker:compatibility")
public final class CompatibilityCraftTweakerPlugin
extends Object
implements ICraftTweakerPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidManages plugin initialization tasks that might be required prior to the plugin lifecycle.voidManages the registration of all components required to integrate ZenCode scripts and Java.voidManages the registration of bracket expression parsers.voidregisterEvents(IEventRegistrationHandler handler) Manages the registration of events andIEventBuses.voidManages the registration ofIRecipeHandlers.voidManages the registration of taggable elements and their tag managers.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
registerCommands, registerListeners, registerLoaders, registerLoadSource, registerModuleConfigurators, registerRecipeComponents, registerReplacerComponents, registerVillagerTradeConverters
-
Constructor Details
-
CompatibilityCraftTweakerPlugin
public CompatibilityCraftTweakerPlugin()
-
-
Method Details
-
initialize
public void initialize()Description copied from interface:ICraftTweakerPluginManages plugin initialization tasks that might be required prior to the plugin lifecycle.This method is guaranteed to be called before any other registration methods, but after all plugins have been discovered.
- Specified by:
initializein interfaceICraftTweakerPlugin
-
manageJavaNativeIntegration
Description copied from interface:ICraftTweakerPluginManages the registration of all components required to integrate ZenCode scripts and Java.- Specified by:
manageJavaNativeIntegrationin interfaceICraftTweakerPlugin- Parameters:
handler- The handler responsible for registration.- See Also:
-
registerBracketParsers
Description copied from interface:ICraftTweakerPluginManages the registration of bracket expression parsers.- Specified by:
registerBracketParsersin interfaceICraftTweakerPlugin- Parameters:
handler- The handler responsible for registration.- See Also:
-
registerRecipeHandlers
Description copied from interface:ICraftTweakerPluginManages the registration ofIRecipeHandlers.- Specified by:
registerRecipeHandlersin interfaceICraftTweakerPlugin- Parameters:
handler- The handler responsible for registration.- See Also:
-
registerTaggableElements
Description copied from interface:ICraftTweakerPluginManages the registration of taggable elements and their tag managers.- Specified by:
registerTaggableElementsin interfaceICraftTweakerPlugin- Parameters:
handler- The handler responsible for registration.- See Also:
-
registerEvents
Description copied from interface:ICraftTweakerPluginManages the registration of events andIEventBuses.- Specified by:
registerEventsin interfaceICraftTweakerPlugin- Parameters:
handler- The handler responsible for registration.- See Also:
-