PocketMine-MP 5.33.2 git-1133d49c924b4358c79d44eeb97dcbf56cb4d1eb
|
Public Member Functions | |
__construct (public AxisAlignedBB $bb, public Facing $hitFace, public Vector3 $hitVector) | |
getBoundingBox () | |
getHitFace () | |
getHitVector () | |
Class representing a ray trace collision with an AxisAlignedBB
Definition at line 29 of file RayTraceResult.php.
pocketmine\math\RayTraceResult::__construct | ( | public AxisAlignedBB | $bb, |
public Facing | $hitFace, | ||
public Vector3 | $hitVector ) |
Definition at line 31 of file RayTraceResult.php.
pocketmine\math\RayTraceResult::getBoundingBox | ( | ) |
Definition at line 37 of file RayTraceResult.php.
pocketmine\math\RayTraceResult::getHitFace | ( | ) |
Definition at line 41 of file RayTraceResult.php.
pocketmine\math\RayTraceResult::getHitVector | ( | ) |
Definition at line 45 of file RayTraceResult.php.