Package eu.sculkpowered.server.registry
Interface Registry.Mutable<E extends Registry.Entry>
- All Superinterfaces:
Registry<E>
- Enclosing interface:
Registry<E extends Registry.Entry>
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.sculkpowered.server.registry.Registry
Registry.Entry, Registry.Mutable<E extends Registry.Entry>
-
Method Summary
-
Method Details
-
register
Registers a new entry into the registry.- Parameters:
entry
- the entry to register- Since:
- 1.0.0
-