LeviLamina
Loading...
Searching...
No Matches
PlaceCommand.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
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 PlaceCommand& operator=(PlaceCommand const&);
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 1
29 virtual void execute() /*override*/;
30
31 // vIndex: 2
32 virtual bool isDone() /*override*/;
33
34 // vIndex: 0
35 virtual ~PlaceCommand() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCNAPI void $execute();
42
43 MCNAPI bool $isDone();
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // namespace AgentCommands
Definition Command.h:7
Definition PlaceCommand.h:10
static MCAPI void ** $vftable()
Definition Alias.h:14