mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed a PhpStorm inspection
This commit is contained in:
@ -205,6 +205,7 @@ abstract class Entity extends Location implements Metadatable{
|
|||||||
public static $entityCount = 1;
|
public static $entityCount = 1;
|
||||||
/** @var Entity[] */
|
/** @var Entity[] */
|
||||||
private static $knownEntities = [];
|
private static $knownEntities = [];
|
||||||
|
/** @var string[] */
|
||||||
private static $shortNames = [];
|
private static $shortNames = [];
|
||||||
|
|
||||||
public static function init(){
|
public static function init(){
|
||||||
|
Reference in New Issue
Block a user