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