mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
add getSpawnLocation() to the World API
By: FeepingCreature <default_357-line@yahoo.de>
This commit is contained in:
@@ -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