mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
TickingChunkLoader: use native return types
This commit is contained in:
@ -30,13 +30,7 @@ namespace pocketmine\world;
|
||||
*/
|
||||
interface TickingChunkLoader extends ChunkLoader{
|
||||
|
||||
/**
|
||||
* @return float
|
||||
*/
|
||||
public function getX();
|
||||
public function getX() : float;
|
||||
|
||||
/**
|
||||
* @return float
|
||||
*/
|
||||
public function getZ();
|
||||
public function getZ() : float;
|
||||
}
|
||||
|
Reference in New Issue
Block a user