Interface MutableEntityRegistry

All Superinterfaces:
EntityRegistry
All Known Implementing Classes:
EntityRegistryImpl

public interface MutableEntityRegistry extends EntityRegistry
Base interface for managing registered entity types. Usually only automatic registration interacts directly with the EntityRegistry. Manual configuration or customization should be done using the EntityConfigurationBuilder classes.
Author:
Arne Vandamme
See Also: