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