diff --git a/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java b/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java index bca9a15a..f0aa9c83 100644 --- a/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java +++ b/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java @@ -51,14 +51,14 @@ public interface DungeonsAPI extends Plugin { * * @return a {@link Registry} of the sign types */ - Registry> getSignTypes(); + Registry> getSignRegistry(); /** * Returns a {@link Registry} of the trigger types. * * @return a {@link Registry} of the trigger types */ - Registry> getTriggerTypes(); + Registry> getTriggerRegistry(); /* Object initialization */ /**