LeviLamina
Loading...
Searching...
No Matches
ReplaceRule.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockDescriptor
;
8
// clang-format on
9
10
struct
ReplaceRule
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 184, ::BlockDescriptor> mBlock;
15
::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mMayReplace;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
ReplaceRule
(
::BlockDescriptor
block, ::std::vector<::BlockDescriptor> mayReplace);
22
23
MCAPI
~ReplaceRule
();
24
// NOLINTEND
25
26
public
:
27
// constructor thunks
28
// NOLINTBEGIN
29
MCAPI
void
* $ctor(
::BlockDescriptor
block, ::std::vector<::BlockDescriptor> mayReplace);
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCAPI
void
$dtor();
36
// NOLINTEND
37
};
BlockDescriptor
Definition
BlockDescriptor.h:19
ReplaceRule
Definition
ReplaceRule.h:10
src
mc
world
level
levelgen
feature
ReplaceRule.h
Generated on Sat Apr 26 2025 05:56:26 for LeviLamina by
1.12.0