Modifier and Type | Required Element and Description |
---|---|
Class<? extends RegistryModule>[] |
value
Gets the array of
RegistryModule s that the owning
RegistryModule relies on having completed their own
registrations prior to this module performing registrations. |
public abstract Class<? extends RegistryModule>[] value
RegistryModule
s that the owning
RegistryModule
relies on having completed their own
registrations prior to this module performing registrations.
Note that this is different from having a module performing
a DelayedRegistration
, as the module in question can still
perform it's registrations in the same RegistrationPhase
as the depending modules. It is guaranteed that the depending
modules will perform their registrations prior to the owning module.