mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Change visibility of Block->boundingBox
This commit is contained in:
@@ -67,7 +67,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
||||
protected $itemId;
|
||||
|
||||
/** @var AxisAlignedBB */
|
||||
public $boundingBox = null;
|
||||
protected $boundingBox = null;
|
||||
|
||||
|
||||
/** @var AxisAlignedBB[]|null */
|
||||
|
Reference in New Issue
Block a user