Interface FunctionalService<R extends Registry<T>,T extends Identifiable>

All Superinterfaces:
RegistryService<R,T>

public interface FunctionalService<R extends Registry<T>,T extends Identifiable> extends RegistryService<R,T>
A service which can add basic functionality to a registry. Has method which are called by the registry as a way to do events.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
     

    Methods inherited from interface net.orbyfied.j8.registry.RegistryService

    getRegistry
  • Method Details

    • registered

      default void registered(T val)
    • unregistered

      default void unregistered(T val)