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
// vIndex: 1
23
virtual
void
execute()
/*override*/
;
24
25
// vIndex: 2
26
virtual
bool
isDone()
/*override*/
;
27
28
// vIndex: 4
29
virtual
void
fireCommandDoneEvent()
/*override*/
;
30
31
// vIndex: 0
32
virtual
~InspectDataCommand
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCFOLD
void
$execute();
39
40
MCFOLD
bool
$isDone();
41
42
MCAPI
void
$fireCommandDoneEvent();
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
51
52
}
// namespace AgentCommands
AgentCommands::Command
Definition
Command.h:18
AgentCommands::InspectDataCommand
Definition
InspectDataCommand.h:11
AgentCommands::InspectDataCommand::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
actor
agent
agent_commands
InspectDataCommand.h
Generated on Tue Nov 25 2025 04:01:35 for LeviLamina by
1.12.0