Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-12-12 19:47:12 +00:00
8 changed files with 48 additions and 20 deletions

View File

@@ -35,12 +35,12 @@ class Location extends Position{
public $pitch;
/**
* @param int $x
* @param int $y
* @param int $z
* @param float $yaw
* @param float $pitch
* @param World $world
* @param float|int $x
* @param float|int $y
* @param float|int $z
* @param float $yaw
* @param float $pitch
* @param World $world
*/
public function __construct($x = 0, $y = 0, $z = 0, float $yaw = 0.0, float $pitch = 0.0, ?World $world = null){
$this->yaw = $yaw;