add getSpawnLocation() to the World API
This commit is contained in:
parent
dad2a46ba9
commit
efd4871672
@ -165,4 +165,8 @@ public interface World {
|
|||||||
* @return Id of this world
|
* @return Id of this world
|
||||||
*/
|
*/
|
||||||
public long getId();
|
public long getId();
|
||||||
|
/**
|
||||||
|
* Gets the default spawn location.
|
||||||
|
*/
|
||||||
|
public Location getSpawnLocation();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user