mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
EntityFactory: fixed type doc of knownEntities
This commit is contained in:
parent
0e3ce7ff39
commit
908aa20eff
@ -64,7 +64,7 @@ final class EntityFactory{
|
||||
private static $entityCount = 1;
|
||||
/** @var string[] base class => currently used class for construction */
|
||||
private static $classMapping = [];
|
||||
/** @var Entity[] */
|
||||
/** @var string[] */
|
||||
private static $knownEntities = [];
|
||||
/** @var string[][] */
|
||||
private static $saveNames = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user