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