LeviLamina
Loading...
Searching...
No Matches
FlockingUtility.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
Vec3
;
9
// clang-format on
10
11
namespace
FlockingUtility {
12
// functions
13
// NOLINTBEGIN
14
MCAPI
bool
checkForSteeringCollision(
::Actor
& owner,
::Vec3
const
& direction,
float
distance,
::Vec3
& vecOut);
15
16
MCAPI
void
getWaterHeights(
::Actor
const
& owner,
float
& minHeightOut,
float
& maxHeightOut);
17
// NOLINTEND
18
19
}
// namespace FlockingUtility
Actor
Definition
Actor.h:104
Vec3
Definition
Vec3.h:10
src
mc
entity
utilities
FlockingUtility.h
Generated on Sat Apr 26 2025 05:55:38 for LeviLamina by
1.12.0