mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
Entity: fixed type doc comment for blocksAround field
This commit is contained in:
parent
c2afc05e7c
commit
cd778661c2
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user