add getSpawnLocation() to the World API

By: FeepingCreature <default_357-line@yahoo.de>
This commit is contained in:
Bukkit/Spigot 2011-01-16 07:01:15 +08:00
parent f0cb21dc46
commit 108a146a8b

View file

@ -165,4 +165,8 @@ public interface World {
* @return Id of this world
*/
public long getId();
/**
* Gets the default spawn location.
*/
public Location getSpawnLocation();
}