mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Chunk: fix type docs for NBTentities and NBTtiles
This commit is contained in:
parent
af6cb605c5
commit
6b21f160bd
@ -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 = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user