Class AbstractRegistry.Identified<T>

java.lang.Object
ovh.mythmc.social.api.util.registry.AbstractRegistry<IdentifiedRegistryKey,T>
ovh.mythmc.social.api.util.registry.AbstractRegistry.Identified<T>
All Implemented Interfaces:
Iterable<T>, Registry<IdentifiedRegistryKey,T>
Direct Known Subclasses:
SocialRegistries.Channels
Enclosing class:
AbstractRegistry<R extends RegistryKey,T>

public static class AbstractRegistry.Identified<T> extends AbstractRegistry<IdentifiedRegistryKey,T>
  • Constructor Details

    • Identified

      protected Identified()
  • Method Details

    • registry

      Description copied from interface: Registry
      Retrieves the underlying map of the registry, where the keys are the registry keys and the values are the associated objects.
      Returns:
      a Map where keys are registry keys and values are the registry values.