|
LeviLamina
|
Public Member Functions | |
| constexpr | operator bool () const |
| HitResult & | operator= (HitResult const &)=default |
| HitResult (HitResult const &)=default | |
| HitResult (::HitResult &&)=default | |
| HitResult (::Vec3 const &startPos, ::Vec3 const &rayDir, ::Actor &entity, ::Vec3 const &pos, ::AABB const &entityAABB) | |
| MCAPI::Actor * | getEntity () const |
Public Attributes | |
| ::Vec3 | mStartPos |
| ::Vec3 | mRayDir |
| ::HitResultType | mType |
| uchar | mFacing |
| ::BlockPos | mBlock |
| ::Vec3 | mPos |
| ::WeakEntityRef | mEntity |
| ::AABB | mEntityAABB |
| bool | mIsHitLiquid |
| uchar | mLiquidFacing |
| ::BlockPos | mLiquid |
| ::Vec3 | mLiquidPos |
| bool | mIndirectHit |