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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerCustomBrackets(com.blamejared.contenttweaker.core.api.plugin.CustomBracketRegistration registration)
     
    void
    registerResolvers(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, wait

    Methods 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:
      registerResolvers in interface com.blamejared.contenttweaker.core.api.plugin.ContentTweakerPluginProvider
    • registerCustomBrackets

      public void registerCustomBrackets(com.blamejared.contenttweaker.core.api.plugin.CustomBracketRegistration registration)
      Specified by:
      registerCustomBrackets in interface com.blamejared.contenttweaker.core.api.plugin.ContentTweakerPluginProvider