mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
add getSpawnLocation() to the World API
By: FeepingCreature <default_357-line@yahoo.de>
This commit is contained in:
parent
f0cb21dc46
commit
108a146a8b
@ -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…
Reference in New Issue
Block a user