mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 18:29:46 +00:00
Fix bad documentation in Block
This commit is contained in:
parent
ab3b50f062
commit
3e8825f826
@ -653,7 +653,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return AxisAlignedBB
|
* @return AxisAlignedBB|null
|
||||||
*/
|
*/
|
||||||
public function getBoundingBox(){
|
public function getBoundingBox(){
|
||||||
if($this->boundingBox === null){
|
if($this->boundingBox === null){
|
||||||
@ -663,7 +663,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return AxisAlignedBB
|
* @return AxisAlignedBB|null
|
||||||
*/
|
*/
|
||||||
protected function recalculateBoundingBox(){
|
protected function recalculateBoundingBox(){
|
||||||
return new AxisAlignedBB(
|
return new AxisAlignedBB(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user