LeviLamina
Loading...
Searching...
No Matches
ReplaceBiomesBiomeComponentGlue.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<::std::vector<::gsl::not_null<::Biome const*>>>> mTargetBiomes;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual bool resolveAndValidate(
26 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
27 ::BiomeRegistry const& registry
28 ) /*override*/;
29
30 virtual void
31 applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const
32 /*override*/;
33
34 virtual ~ReplaceBiomesBiomeComponentGlue() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI bool $resolveAndValidate(
41 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
42 ::BiomeRegistry const& registry
43 );
44
45 MCAPI void
46 $applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const;
47
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition BiomeRegistry.h:37
Definition Biome.h:23
Definition IBiomeComponentGlue.h:14
Definition ReplaceBiomesBiomeComponentGlue.h:15
static MCAPI void ** $vftable()
Definition IBiomeJsonComponent.h:10