Class ContentTweakerFabricPlugin
java.lang.Object
com.blamejared.contenttweaker.fabric.ContentTweakerFabricPlugin
- All Implemented Interfaces:
com.blamejared.contenttweaker.core.api.plugin.ContentTweakerPluginProvider
public class ContentTweakerFabricPlugin
extends Object
implements com.blamejared.contenttweaker.core.api.plugin.ContentTweakerPluginProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCustomBrackets(com.blamejared.contenttweaker.core.api.plugin.CustomBracketRegistration registration) voidregisterResolvers(com.blamejared.contenttweaker.core.api.plugin.RegistryResolverRegistration registration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.contenttweaker.core.api.plugin.ContentTweakerPluginProvider
registerFactoryMappings, registerObjectTypes, registerReferenceFactories
-
Constructor Details
-
ContentTweakerFabricPlugin
public ContentTweakerFabricPlugin()
-
-
Method Details
-
registerResolvers
public void registerResolvers(com.blamejared.contenttweaker.core.api.plugin.RegistryResolverRegistration registration) - Specified by:
registerResolversin interfacecom.blamejared.contenttweaker.core.api.plugin.ContentTweakerPluginProvider
-
registerCustomBrackets
public void registerCustomBrackets(com.blamejared.contenttweaker.core.api.plugin.CustomBracketRegistration registration) - Specified by:
registerCustomBracketsin interfacecom.blamejared.contenttweaker.core.api.plugin.ContentTweakerPluginProvider
-