mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
master-specific addendum to cd55cdf5c6c8be2b3aed523487db430a7df861e3
This commit is contained in:
parent
cd55cdf5c6
commit
a3bffd375b
@ -82,9 +82,7 @@ abstract class Entity{
|
|||||||
|
|
||||||
public const NETWORK_ID = -1;
|
public const NETWORK_ID = -1;
|
||||||
|
|
||||||
/**
|
/** @var Player[] */
|
||||||
* @var Player[]
|
|
||||||
*/
|
|
||||||
protected $hasSpawned = [];
|
protected $hasSpawned = [];
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
|
@ -35,9 +35,7 @@ class HandlerListManager{
|
|||||||
return self::$globalInstance ?? (self::$globalInstance = new self);
|
return self::$globalInstance ?? (self::$globalInstance = new self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** @var HandlerList[] classname => HandlerList */
|
||||||
* @var HandlerList[] classname => HandlerList
|
|
||||||
*/
|
|
||||||
private $allLists = [];
|
private $allLists = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user