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::UntypedStorage<8, 32>
mUnke48e05;
19
::ll::UntypedStorage<8, 8>
mUnkc6987d;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
TestAction
& operator=(
TestAction
const
&);
25
TestAction
(
TestAction
const
&);
26
TestAction
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 1
32
virtual
void
execute(
::ServerLevel
& level,
::Dimension
& dimension)
/*override*/
;
33
34
// vIndex: 3
35
virtual
bool
operator==(
::IRequestAction
const
& action)
const
/*override*/
;
36
37
// vIndex: 0
38
virtual
~TestAction
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI
void
$execute(
::ServerLevel
& level,
::Dimension
& dimension);
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCAPI
static
void
** $vftable();
57
// NOLINTEND
58
};
Dimension
Definition
Dimension.h:83
IRequestAction
Definition
IRequestAction.h:12
ServerLevel
Definition
ServerLevel.h:52
TestAction
Definition
TestAction.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
chunk
TestAction.h
Generated on Sat Apr 26 2025 05:56:23 for LeviLamina by
1.12.0