mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
add getSpawnLocation() to the World API
By: FeepingCreature <default_357-line@yahoo.de>
This commit is contained in:
parent
f0cb21dc46
commit
108a146a8b
1 changed files with 4 additions and 0 deletions
|
@ -165,4 +165,8 @@ public interface World {
|
|||
* @return Id of this world
|
||||
*/
|
||||
public long getId();
|
||||
/**
|
||||
* Gets the default spawn location.
|
||||
*/
|
||||
public Location getSpawnLocation();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue