mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Chunk: fix type docs for NBTentities and NBTtiles
This commit is contained in:
@@ -83,10 +83,10 @@ class Chunk{
|
|||||||
/** @var string */
|
/** @var string */
|
||||||
protected $biomeIds;
|
protected $biomeIds;
|
||||||
|
|
||||||
/** @var CompoundTag[] */
|
/** @var CompoundTag[]|null */
|
||||||
protected $NBTtiles = [];
|
protected $NBTtiles = [];
|
||||||
|
|
||||||
/** @var CompoundTag[] */
|
/** @var CompoundTag[]|null */
|
||||||
protected $NBTentities = [];
|
protected $NBTentities = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user