LeviLamina
Loading...
Searching...
No Matches
MesaSurfaceBiomeComponentGlue.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
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 1
38 virtual bool resolveAndValidate(
39 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
40 ::BiomeRegistry const&
41 ) /*override*/;
42
43 // vIndex: 2
44 virtual void
45 applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const
46 /*override*/;
47
48 // vIndex: 0
49 virtual ~MesaSurfaceBiomeComponentGlue() /*override*/ = default;
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCNAPI bool
57
58 MCNAPI void
59 $applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition BiomeRegistry.h:31
Definition Biome.h:26
Definition IBiomeComponentGlue.h:14
Definition MesaSurfaceBiomeComponentGlue.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