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
10
class
Dimension
;
11
class
ServerLevel
;
12
// clang-format on
13
14
class
TestAction
:
public
::IRequestAction
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 32, ::std::string> mName;
19
::ll::TypedStorage<8, 8, ::std::string*> mExecuteString;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
void
execute(
::ServerLevel
& level,
::Dimension
& dimension)
/*override*/
;
26
27
virtual
bool
operator==(
::IRequestAction
const
& action)
const
/*override*/
;
28
29
virtual
~TestAction
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI
void
$execute(
::ServerLevel
& level,
::Dimension
& dimension);
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
Dimension
Definition
Dimension.h:85
IRequestAction
Definition
IRequestAction.h:12
ServerLevel
Definition
ServerLevel.h:50
TestAction
Definition
TestAction.h:14
TestAction::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
chunk
TestAction.h
Generated on
for LeviLamina by
1.16.1