LeviLamina
Loading...
Searching...
No Matches
MountainParametersBiomeComponentGlue.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&
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 ~MountainParametersBiomeComponentGlue() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI bool
51
52 MCNAPI void
53 $applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const;
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition BiomeRegistry.h:31
Definition Biome.h:26
Definition IBiomeComponentGlue.h:14
Definition MountainParametersBiomeComponentGlue.h:15
MCAPI void $applyToBiome(::Biome &biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const &biomeJsonComponent) const
MCAPI bool $resolveAndValidate(::SharedTypes::v1_20_60::IBiomeJsonComponent const &biomeJsonComponent, ::BiomeRegistry const &)
static MCAPI void ** $vftable()
Definition IBiomeJsonComponent.h:7
Definition Alias.h:14