LeviLamina
Loading...
Searching...
No Matches
OverworldGenerationRulesBiomeComponentGlue.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
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual bool resolveAndValidate(
36 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
37 ::BiomeRegistry const& biomeRegistry
38 ) /*override*/;
39
40 // vIndex: 2
41 virtual void
42 applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const
43 /*override*/;
44
45 // vIndex: 0
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI bool $resolveAndValidate(
59 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
60 ::BiomeRegistry const& biomeRegistry
61 );
62
63 MCAPI void
64 $applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const;
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCAPI static void** $vftable();
71 // NOLINTEND
72};
Definition BiomeRegistry.h:30
Definition Biome.h:27
Definition IBiomeComponentGlue.h:14
Definition OverworldGenerationRulesBiomeComponentGlue.h:15
Definition IBiomeJsonComponent.h:7
Definition Alias.h:14