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