mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -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
|
||||
*/
|
||||
public long getId();
|
||||
/**
|
||||
* Gets the default spawn location.
|
||||
*/
|
||||
public Location getSpawnLocation();
|
||||
}
|
||||
|
Reference in New Issue
Block a user