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
10class Command;
11class CommandOrigin;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::gsl::not_null<::Command*>> mCompiledCommand;
20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CommandOrigin>> mOrigin;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~DeferredCompiledCommand() /*override*/ = default;
27
28 virtual void execute(::MinecraftCommands&) /*override*/;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCAPI void $execute(::MinecraftCommands&);
35
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition CommandOrigin.h:32
Definition Command.h:18
Definition DeferredCommandBase.h:10
Definition DeferredCompiledCommand.h:15
static MCAPI void ** $vftable()
Definition MinecraftCommands.h:36