LeviLamina
Loading...
Searching...
No Matches
sim.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/sim/LookDuration.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockSource
;
11
class
EntityContext
;
12
class
SimulatedPlayer
;
13
namespace
sim {
struct
BuildIntent
; }
14
namespace
sim {
struct
LookAtIntent
; }
15
// clang-format on
16
17
namespace
sim {
18
// functions
19
// NOLINTBEGIN
20
MCAPI ::sim::LookAtIntent lookAt(::SimulatedPlayer& player, ::EntityContext& entity, ::sim::LookDuration duration);
21
22
MCAPI ::sim::BuildIntent startBuild(::SimulatedPlayer& player, ::BlockSource& region,
int
slot);
23
// NOLINTEND
24
25
}
// namespace sim
BlockSource
Definition
BlockSource.h:68
EntityContext
Definition
EntityContext.h:16
SimulatedPlayer
Definition
SimulatedPlayer.h:53
sim::BuildIntent
Definition
BuildIntent.h:11
sim::LookAtIntent
Definition
LookAtIntent.h:14
src
mc
server
sim
sim.h
Generated on
for LeviLamina by
1.16.1