LeviLamina
Loading...
Searching...
No Matches
ClimateBiomeComponentGlue.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 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 1
20 virtual bool resolveAndValidate(
21 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
22 ::BiomeRegistry const&
23 ) /*override*/;
24
25 // vIndex: 2
26 virtual void
27 applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const
28 /*override*/;
29
30 // vIndex: 0
31 virtual ~ClimateBiomeComponentGlue() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCNAPI bool
39
40 MCNAPI void
41 $applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const;
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition BiomeRegistry.h:31
Definition Biome.h:26
Definition ClimateBiomeComponentGlue.h:15
MCAPI void $applyToBiome(::Biome &biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const &biomeJsonComponent) const
static MCAPI void ** $vftable()
MCAPI bool $resolveAndValidate(::SharedTypes::v1_20_60::IBiomeJsonComponent const &biomeJsonComponent, ::BiomeRegistry const &)
Definition IBiomeComponentGlue.h:14
Definition IBiomeJsonComponent.h:7