mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Entity: fixed type doc comment for blocksAround field
This commit is contained in:
@ -460,7 +460,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
|||||||
/** @var EntityDamageEvent|null */
|
/** @var EntityDamageEvent|null */
|
||||||
protected $lastDamageCause = null;
|
protected $lastDamageCause = null;
|
||||||
|
|
||||||
/** @var Block[] */
|
/** @var Block[]|null */
|
||||||
protected $blocksAround = [];
|
protected $blocksAround = [];
|
||||||
|
|
||||||
/** @var float|null */
|
/** @var float|null */
|
||||||
|
Reference in New Issue
Block a user