LeviLamina
Loading...
Searching...
No Matches
InspectDataCommand.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
#include "mc/world/actor/agent/agent_components/Direction.h"
8
9
namespace
AgentCommands {
10
11
class
InspectDataCommand
:
public
::AgentCommands::Command
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<1, 1, ::AgentComponents::Direction> mDir;
16
::ll::TypedStorage<2, 2, ushort const> mData;
17
// NOLINTEND
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual
void
execute()
/*override*/
;
23
24
virtual
bool
isDone()
/*override*/
;
25
26
virtual
void
fireCommandDoneEvent()
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
MCFOLD
void
$execute();
33
34
MCFOLD
bool
$isDone();
35
36
MCAPI
void
$fireCommandDoneEvent();
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
47
48
}
// namespace AgentCommands
AgentCommands::Command
Definition
Command.h:16
AgentCommands::InspectDataCommand
Definition
InspectDataCommand.h:11
AgentCommands::InspectDataCommand::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
agent
agent_commands
InspectDataCommand.h
Generated on
for LeviLamina by
1.16.1