LeviLamina
Loading...
Searching...
No Matches
PossibleTransformation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/BiomeFilterGroup.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Biome
;
11
// clang-format on
12
13
struct
PossibleTransformation
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::Biome const*, uint>>> mTransformsInto;
18
::ll::TypedStorage<8, 64, ::BiomeFilterGroup> mCondition;
19
::ll::TypedStorage<4, 4, uint> mMinPassingNeighbors;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
PossibleTransformation
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
PossibleTransformation
(
::PossibleTransformation
const
&);
30
31
MCAPI ::PossibleTransformation& operator=(
::PossibleTransformation
const
&);
32
33
MCAPI
~PossibleTransformation
();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
::PossibleTransformation
const
&);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCAPI
void
$dtor();
46
// NOLINTEND
47
};
Biome
Definition
Biome.h:23
PossibleTransformation
Definition
PossibleTransformation.h:13
src-server
mc
world
level
biome
components
PossibleTransformation.h
Generated on Sun Oct 12 2025 06:32:25 for LeviLamina by
1.12.0