LeviLamina
Loading...
Searching...
No Matches
DeferredCompiledCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/DeferredCommandBase.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~DeferredCompiledCommand() /*override*/ = default;
32
33 // vIndex: 1
34 virtual void execute(::MinecraftCommands&) /*override*/;
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI void $execute(::MinecraftCommands&);
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCAPI static void** $vftable();
53 // NOLINTEND
54};
Definition DeferredCommandBase.h:10
Definition DeferredCompiledCommand.h:13
Definition MinecraftCommands.h:33
Definition Alias.h:14