3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/ShapeType.h"
23MCNAPI ::HitResult clip(::BlockPos
const& pos, ::Vec3
const& A, ::Vec3
const& B, ::AABB
const& aabb);
25MCNAPI ::AABB
const& getAABB(
26 ::IConstBlockSource
const& region,
27 ::BlockPos
const& pos,
31 ::optional_ref<::GetCollisionShapeInterface const> entity
Definition GetCollisionShapeInterface.h:13
Definition HitResult.h:17
Definition IConstBlockSource.h:25