mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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;
|
||||
|
||||
/** @var AxisAlignedBB */
|
||||
public $boundingBox = null;
|
||||
protected $boundingBox = null;
|
||||
|
||||
|
||||
/** @var AxisAlignedBB[]|null */
|
||||
|
Loading…
x
Reference in New Issue
Block a user