mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +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 */
|
||||
protected $biomeIds;
|
||||
|
||||
/** @var CompoundTag[] */
|
||||
/** @var CompoundTag[]|null */
|
||||
protected $NBTtiles = [];
|
||||
|
||||
/** @var CompoundTag[] */
|
||||
/** @var CompoundTag[]|null */
|
||||
protected $NBTentities = [];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user