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
10class Biome;
11// clang-format on
12
14public:
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
22public:
23 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCAPI ::PossibleTransformation& operator=(::PossibleTransformation const&);
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor(::PossibleTransformation const&);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};
Definition Biome.h:23
Definition PossibleTransformation.h:13