LeviLamina
Loading...
Searching...
No Matches
TurnCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/agent/agent_commands/Command.h"
7
8
namespace
AgentCommands {
9
10
class
TurnCommand
:
public
::AgentCommands::Command
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<1, 1>
mUnk399dcb;
15
::ll::UntypedStorage<4, 4>
mUnka258f8;
16
::ll::UntypedStorage<4, 4>
mUnk678d63;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
TurnCommand
& operator=(
TurnCommand
const
&);
22
TurnCommand
(
TurnCommand
const
&);
23
TurnCommand
();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 1
29
virtual
void
execute()
/*override*/
;
30
31
// vIndex: 2
32
virtual
bool
isDone()
/*override*/
;
33
34
// vIndex: 3
35
virtual
void
tick()
/*override*/
;
36
37
// vIndex: 0
38
virtual
~TurnCommand
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCNAPI
void
$execute
();
45
46
MCNAPI
bool
$isDone
();
47
48
MCNAPI
void
$tick
();
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
57
58
}
// namespace AgentCommands
AgentCommands::Command
Definition
Command.h:7
AgentCommands::TurnCommand
Definition
TurnCommand.h:10
AgentCommands::TurnCommand::$vftable
static MCAPI void ** $vftable()
AgentCommands::TurnCommand::$isDone
MCAPI bool $isDone()
AgentCommands::TurnCommand::$execute
MCAPI void $execute()
AgentCommands::TurnCommand::$tick
MCAPI void $tick()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
agent
agent_commands
TurnCommand.h
Generated on Fri Jun 13 2025 05:04:57 for LeviLamina by
1.12.0