Object RegistryUtils

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <T extends Keyed> Registry<T> getRegistry(RegistryKey<T> registryKey)
      final <T extends Keyed> Tag<T> getTag(RegistryKey<T> registryKey, Key key)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getRegistry

         final <T extends Keyed> Registry<T> getRegistry(RegistryKey<T> registryKey)
      • getTag

         final <T extends Keyed> Tag<T> getTag(RegistryKey<T> registryKey, Key key)