mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Fix inconsistent method names
This commit is contained in:
parent
eb18ee9bce
commit
da149bd51e
@ -51,14 +51,14 @@ public interface DungeonsAPI extends Plugin {
|
||||
*
|
||||
* @return a {@link Registry} of the sign types
|
||||
*/
|
||||
Registry<String, Class<? extends DungeonSign>> getSignTypes();
|
||||
Registry<String, Class<? extends DungeonSign>> getSignRegistry();
|
||||
|
||||
/**
|
||||
* Returns a {@link Registry} of the trigger types.
|
||||
*
|
||||
* @return a {@link Registry} of the trigger types
|
||||
*/
|
||||
Registry<String, Class<? extends Trigger>> getTriggerTypes();
|
||||
Registry<String, Class<? extends Trigger>> getTriggerRegistry();
|
||||
|
||||
/* Object initialization */
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user