LeviLamina
Loading...
Searching...
No Matches
OperationNodeBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
OperationNodeDetails {
6
7
class
OperationNodeBase
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnk98fc1b;
12
::ll::UntypedStorage<8, 8>
mUnkdd9c64;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
OperationNodeBase
& operator=(
OperationNodeBase
const
&);
18
OperationNodeBase
(
OperationNodeBase
const
&);
19
OperationNodeBase
();
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 0
25
virtual
~OperationNodeBase
() =
default
;
26
27
// vIndex: 1
28
virtual
void
init(int64 seed);
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
MCNAPI
void
$init
(int64 seed);
35
// NOLINTEND
36
};
37
38
}
// namespace OperationNodeDetails
OperationNodeDetails::OperationNodeBase
Definition
OperationNodeBase.h:7
OperationNodeDetails::OperationNodeBase::$init
MCAPI void $init(int64 seed)
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
world
level
newbiome
operation_node_details
OperationNodeBase.h
Generated on Sun Oct 12 2025 06:32:34 for LeviLamina by
1.12.0