pocketmine\block\TrappedChest::recalculateBoundingBox PHP Method

recalculateBoundingBox() protected method

protected recalculateBoundingBox ( )
    protected function recalculateBoundingBox()
    {
        return new AxisAlignedBB($this->x + 0.0625, $this->y, $this->z + 0.0625, $this->x + 0.9375, $this->y + 0.9475, $this->z + 0.9375);
    }