Improve proposed extensions

This commit is contained in:
Jakob K
2021-08-27 20:17:47 +02:00
parent d8d2d7ae88
commit 044129caae
4 changed files with 12 additions and 10 deletions

View File

@@ -52,5 +52,4 @@ fun pluginKey(key: String) = NamespacedKey(PluginInstance, key)
/**
* Shortcut to get a collection of all worlds
*/
val worlds: Collection<World> get() = Bukkit.getWorlds()
val worlds: List<World> get() = Bukkit.getWorlds()