LeviLamina
Loading...
Searching...
No Matches
TestAction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/chunk/IRequestAction.h"
7
8// auto generated forward declare list
9// clang-format off
10class Dimension;
11class ServerLevel;
12// clang-format on
13
14class TestAction : public ::IRequestAction {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mName;
19 ::ll::TypedStorage<8, 8, ::std::string*> mExecuteString;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual void execute(::ServerLevel&, ::Dimension&) /*override*/;
26
27 virtual bool operator==(::IRequestAction const& action) const /*override*/;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCAPI void $execute(::ServerLevel&, ::Dimension&);
34
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition Dimension.h:88
Definition ServerLevel.h:59
Definition TestAction.h:14
static MCAPI void ** $vftable()