LeviLamina
Loading...
Searching...
No Matches
OverworldGenerationRulesBiomeComponentGlue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/biome/glue/IBiomeComponentGlue.h"
7
8// auto generated forward declare list
9// clang-format off
10class Biome;
11class BiomeRegistry;
12namespace SharedTypes::v1_20_60 { struct IBiomeJsonComponent; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::gsl::not_null<::Biome const*>>> mHillsTransformationBiomes;
20 ::ll::TypedStorage<8, 24, ::std::vector<::gsl::not_null<::Biome const*>>> mMutateTransformationBiomes;
21 ::ll::TypedStorage<8, 24, ::std::vector<::gsl::not_null<::Biome const*>>> mRiverTransformationBiomes;
22 ::ll::TypedStorage<8, 24, ::std::vector<::gsl::not_null<::Biome const*>>> mShoreTransformationBiomes;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 1
29 virtual bool resolveAndValidate(
30 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
31 ::BiomeRegistry const& biomeRegistry
32 ) /*override*/;
33
34 // vIndex: 2
35 virtual void
36 applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const
37 /*override*/;
38
39 // vIndex: 0
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCAPI bool $resolveAndValidate(
53 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
54 ::BiomeRegistry const& biomeRegistry
55 );
56
57 MCAPI void
58 $applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BiomeRegistry.h:35
Definition Biome.h:23
Definition IBiomeComponentGlue.h:14
Definition OverworldGenerationRulesBiomeComponentGlue.h:15
Definition IBiomeJsonComponent.h:10