LeviLamina
Loading...
Searching...
No Matches
MobMovement.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
EntityContext
;
8
class
Vec3
;
9
// clang-format on
10
11
namespace
MobMovement {
12
// functions
13
// NOLINTBEGIN
14
MCAPI ::Vec3
const
& getLocalMoveVelocity(::EntityContext
const
& provider);
15
16
MCAPI
void
initializeMob(::EntityContext& provider);
17
18
MCAPI
void
setDiscardFriction(::EntityContext& provider,
bool
discardFriction);
19
20
MCAPI
void
setLocalMoveVelocity(
21
::EntityContext& provider,
22
::std::optional<float> x,
23
::std::optional<float> y,
24
::std::optional<float> z
25
);
26
// NOLINTEND
27
28
}
// namespace MobMovement
EntityContext
Definition
EntityContext.h:16
Vec3
Definition
Vec3.h:10
src
mc
world
actor
provider
MobMovement.h
Generated on
for LeviLamina by
1.16.1