LeviLamina
Loading...
Searching...
No Matches
GetItemSpaceCommand.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
8namespace AgentCommands {
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual void execute() /*override*/;
29
30 // vIndex: 2
31 virtual bool isDone() /*override*/;
32
33 // vIndex: 4
34 virtual void fireCommandDoneEvent() /*override*/;
35
36 // vIndex: 0
37 virtual ~GetItemSpaceCommand() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCFOLD void $execute();
50
51 MCFOLD bool $isDone();
52
53 MCAPI void $fireCommandDoneEvent();
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCAPI static void** $vftable();
60 // NOLINTEND
61};
62
63} // namespace AgentCommands
Definition Command.h:7
Definition GetItemSpaceCommand.h:10
Definition Alias.h:14