mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Performance improvements in blocks and Entities
This commit is contained in:
@ -51,7 +51,7 @@ abstract class BaseChunk extends BaseFullChunk implements Chunk{
|
||||
/** @var int[256] */
|
||||
protected $biomeColors;
|
||||
|
||||
/** @var \WeakRef<LevelProvider> */
|
||||
/** @var LevelProvider */
|
||||
protected $level;
|
||||
|
||||
protected $x;
|
||||
|
Reference in New Issue
Block a user