mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 06:25:32 +00:00
Change visibility of Block->boundingBox
This commit is contained in:
parent
451f5d0cd7
commit
754e088ee8
@ -67,7 +67,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
|||||||
protected $itemId;
|
protected $itemId;
|
||||||
|
|
||||||
/** @var AxisAlignedBB */
|
/** @var AxisAlignedBB */
|
||||||
public $boundingBox = null;
|
protected $boundingBox = null;
|
||||||
|
|
||||||
|
|
||||||
/** @var AxisAlignedBB[]|null */
|
/** @var AxisAlignedBB[]|null */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user