LeviLamina
Loading...
Searching...
No Matches
SynchedActorDataAccess.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorFlags.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
// clang-format on
12
13
namespace
SynchedActorDataAccess {
14
// functions
15
// NOLINTBEGIN
16
MCAPI
bool
getActorFlag(
::EntityContext
const
& entity, ::ActorFlags flag);
17
18
MCAPI
int
getControllingSeatIndex(
::EntityContext
const
& entity);
19
20
MCAPI
int
getJumpDuration(
::EntityContext
const
& entity);
21
22
MCAPI
void
initializeActor(
::EntityContext
& entityContext);
23
24
MCAPI
void
setActorFlag(
::EntityContext
& entity, ::ActorFlags flag,
bool
value);
25
26
MCAPI
void
setBoundingBoxScale(
::EntityContext
& entity,
float
scale);
27
28
MCAPI
void
setControllingSeatIndex(
::EntityContext
& entity, schar controllingSeatIndex);
29
30
MCAPI
void
setHorseType(
::EntityContext
& entity,
int
type);
31
32
MCAPI
void
setJumpDuration(
::EntityContext
& entity, schar jumpDuration);
33
// NOLINTEND
34
35
}
// namespace SynchedActorDataAccess
EntityContext
Definition
EntityContext.h:16
src
mc
world
actor
provider
SynchedActorDataAccess.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0