mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-02 16:19:51 +00:00
Added getSpawn() method to Level API
This commit is contained in:
parent
16be7d42a7
commit
92c64db1b5
@ -57,6 +57,10 @@ class LevelAPI{
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getSpawn(){
|
||||||
|
return $this->server->spawn;
|
||||||
|
}
|
||||||
|
|
||||||
public function getChunk($X, $Z){
|
public function getChunk($X, $Z){
|
||||||
return $this->map->map[$X][$Z];
|
return $this->map->map[$X][$Z];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user