LeviLamina
Loading...
Searching...
No Matches
AddBiomeIsland.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/newbiome/operation_node_filters/FilterBase.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Biome
;
11
// clang-format on
12
13
namespace
OperationNodeFilters {
14
15
class
AddBiomeIsland
:
public
::OperationNodeFilters::FilterBase
<3, 3, ::Biome const*, ::Biome const*> {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::Biome const*> mDefaultIsland;
20
::ll::TypedStorage<8, 8, ::Biome const*> mSpecialIsland;
21
::ll::TypedStorage<8, 24, ::std::vector<::Biome const*>> mShallowOceanBiomes;
22
// NOLINTEND
23
};
24
25
}
// namespace OperationNodeFilters
Biome
Definition
Biome.h:23
OperationNodeFilters::AddBiomeIsland
Definition
AddBiomeIsland.h:15
OperationNodeFilters::FilterBase
Definition
FilterBase.h:8
src
mc
world
level
newbiome
operation_node_filters
AddBiomeIsland.h
Generated on
for LeviLamina by
1.16.1