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
9namespace AgentCommands {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<1, 1, ::AgentComponents::Direction> mDir;
16 // NOLINTEND
17
18public:
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
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31 MCAPI void $execute();
32
33 MCFOLD bool $isDone();
34
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace AgentCommands
Definition Command.h:18
Definition DropAllCommand.h:11
static MCAPI void ** $vftable()