mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-25 03:55:22 +01:00
Add map and instance registries
This commit is contained in:
parent
12603e9fa3
commit
b0b413e89a
@ -79,6 +79,20 @@ public interface DungeonsAPI extends Plugin {
|
|||||||
*/
|
*/
|
||||||
Registry<String, Class<? extends Reward>> getRewardRegistry();
|
Registry<String, Class<? extends Reward>> getRewardRegistry();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a {@link Registry} of the resources worlds.
|
||||||
|
*
|
||||||
|
* @return a {@link Registry} of the resources worlds
|
||||||
|
*/
|
||||||
|
Registry<String, ResourceWorld> getMapRegistry();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a {@link Registry} of the instance worlds.
|
||||||
|
*
|
||||||
|
* @return a {@link Registry} of the instance worlds
|
||||||
|
*/
|
||||||
|
Registry<Integer, InstanceWorld> getInstanceRegistry();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a {@link Registry} of the external mob providers.
|
* Returns a {@link Registry} of the external mob providers.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user