Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-12-03 11:55:45 +00:00
17 changed files with 78 additions and 50 deletions

View File

@@ -99,8 +99,8 @@ abstract class Entity{
/** @var EntityDamageEvent|null */
protected $lastDamageCause = null;
/** @var Block[] */
protected $blocksAround = [];
/** @var Block[]|null */
protected $blocksAround;
/** @var Location */
protected $location;

View File

@@ -41,7 +41,7 @@ class Squid extends WaterAnimal{
public $width = 0.95;
public $height = 0.95;
/** @var Vector3 */
/** @var Vector3|null */
public $swimDirection = null;
public $swimSpeed = 0.1;