add getSpawnLocation() to the World API
This commit is contained in:
committed by
Dinner Bone
parent
bf4265210a
commit
fbc27c0842
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user