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
// clang-format on
9
10
namespace
MobMovement {
11
// functions
12
// NOLINTBEGIN
13
MCAPI
void
initializeMob(
::EntityContext
& provider);
14
15
MCAPI
void
setDiscardFriction(
::EntityContext
& provider,
bool
discardFriction);
16
17
MCAPI
void
setLocalMoveVelocity(
18
::EntityContext
& provider,
19
::std::optional<float> x,
20
::std::optional<float> y,
21
::std::optional<float> z
22
);
23
// NOLINTEND
24
25
}
// namespace MobMovement
EntityContext
Definition
EntityContext.h:16
src-server
mc
world
actor
provider
MobMovement.h
Generated on Tue Oct 28 2025 05:32:30 for LeviLamina by
1.12.0