Class AbstractRegistry.Namespaced<T>

java.lang.Object
ovh.mythmc.social.api.util.registry.AbstractRegistry<NamespacedRegistryKey,T>
ovh.mythmc.social.api.util.registry.AbstractRegistry.Namespaced<T>
All Implemented Interfaces:
Iterable<T>, NamespacedRegistry<T>, Registry<NamespacedRegistryKey,T>
Enclosing class:
AbstractRegistry<R extends RegistryKey,T>

public static class AbstractRegistry.Namespaced<T> extends AbstractRegistry<NamespacedRegistryKey,T> implements NamespacedRegistry<T>