Package net.orbyfied.j8.registry
Interface MappingService<K,R extends Registry<T>,T extends Identifiable>
- Type Parameters:
K- The key type.
- All Superinterfaces:
RegistryService<R,T>
public interface MappingService<K,R extends Registry<T>,T extends Identifiable>
extends RegistryService<R,T>
A service which should map a specific key
type to a registry item.
- See Also:
-
Method Summary
Methods inherited from interface net.orbyfied.j8.registry.RegistryService
getRegistry
-
Method Details
-
getKeyType
-
getByKey
-