3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/GeneratorType.h"
7#include "mc/world/level/newbiome/operation_node_filters/FilterBase.h"
13namespace OperationNodeValues {
struct PreBiome; }
16namespace OperationNodeFilters {
39 ::Biome const& defaultOceanBiome,
41 ::GeneratorType generator
50 ::Biome const& defaultOceanBiome,
52 ::GeneratorType generator
Definition BiomeRegistry.h:31
Definition BiomeInit.h:18
MCAPI BiomeInit(::BiomeRegistry const ®istry, ::Biome const &defaultOceanBiome, ::Biome const &fallbackBiome, ::GeneratorType generator)
MCAPI void * $ctor(::BiomeRegistry const ®istry, ::Biome const &defaultOceanBiome, ::Biome const &fallbackBiome, ::GeneratorType generator)
Definition FilterBase.h:8