mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +01:00
Add ExternalMobProvider registry
This commit is contained in:
parent
7a5ad90524
commit
f95f1b8972
@ -79,6 +79,13 @@ public interface DungeonsAPI extends Plugin {
|
||||
*/
|
||||
Registry<String, Class<? extends Reward>> getRewardRegistry();
|
||||
|
||||
/**
|
||||
* Returns a {@link Registry} of the external mob providers.
|
||||
*
|
||||
* @return a {@link Registry} of the external mob providers
|
||||
*/
|
||||
Registry<String, ExternalMobProvider> getExternalMobProviderRegistry();
|
||||
|
||||
/* Object initialization */
|
||||
/**
|
||||
* Creates a new group.
|
||||
|
Loading…
Reference in New Issue
Block a user