Class RegistryResolverRegistrationManager

java.lang.Object
com.blamejared.contenttweaker.core.plugin.RegistryResolverRegistrationManager
All Implemented Interfaces:
com.blamejared.contenttweaker.core.api.plugin.RegistryResolverRegistration

public final class RegistryResolverRegistrationManager extends Object implements com.blamejared.contenttweaker.core.api.plugin.RegistryResolverRegistration
  • Method Summary

    Modifier and Type
    Method
    Description
    static Map<com.blamejared.contenttweaker.core.api.object.ObjectType<?>,com.blamejared.contenttweaker.core.api.object.RegistryResolver<?>>
    get(Consumer<com.blamejared.contenttweaker.core.api.plugin.RegistryResolverRegistration> consumer)
     
    <T> void
    register(com.blamejared.contenttweaker.core.api.object.ObjectType<T> type, com.blamejared.contenttweaker.core.api.object.RegistryResolver<T> resolver)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • get

      public static Map<com.blamejared.contenttweaker.core.api.object.ObjectType<?>,com.blamejared.contenttweaker.core.api.object.RegistryResolver<?>> get(Consumer<com.blamejared.contenttweaker.core.api.plugin.RegistryResolverRegistration> consumer)
    • register

      public <T> void register(com.blamejared.contenttweaker.core.api.object.ObjectType<T> type, com.blamejared.contenttweaker.core.api.object.RegistryResolver<T> resolver)
      Specified by:
      register in interface com.blamejared.contenttweaker.core.api.plugin.RegistryResolverRegistration