Chunk: fix type docs for NBTentities and NBTtiles

This commit is contained in:
Dylan K. Taylor 2019-12-08 11:07:14 +00:00
parent af6cb605c5
commit 6b21f160bd

View File

@ -83,10 +83,10 @@ class Chunk{
/** @var string */
protected $biomeIds;
/** @var CompoundTag[] */
/** @var CompoundTag[]|null */
protected $NBTtiles = [];
/** @var CompoundTag[] */
/** @var CompoundTag[]|null */
protected $NBTentities = [];
/**