LeviLamina
Loading...
Searching...
No Matches
SurfaceMaterialAdjustmentsBiomeComponentGlue.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 // SurfaceMaterialAdjustmentsBiomeComponentGlue inner types declare
18 // clang-format off
21 // clang-format on
22
23 // SurfaceMaterialAdjustmentsBiomeComponentGlue inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
33 // NOLINTEND
34
35 public:
36 // prevent constructor by default
40 };
41
43 public:
44 // member variables
45 // NOLINTBEGIN
48 // NOLINTEND
49
50 public:
51 // prevent constructor by default
55 };
56
57public:
58 // member variables
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // prevent constructor by default
68
69public:
70 // virtual functions
71 // NOLINTBEGIN
72 // vIndex: 1
73 virtual bool resolveAndValidate(
74 ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent,
75 ::BiomeRegistry const&
76 ) /*override*/;
77
78 // vIndex: 2
79 virtual void
80 applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const
81 /*override*/;
82
83 // vIndex: 0
84 virtual ~SurfaceMaterialAdjustmentsBiomeComponentGlue() /*override*/ = default;
85 // NOLINTEND
86
87public:
88 // virtual function thunks
89 // NOLINTBEGIN
90 MCNAPI bool
92
93 MCNAPI void
94 $applyToBiome(::Biome& biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const& biomeJsonComponent) const;
95 // NOLINTEND
96
97public:
98 // vftables
99 // NOLINTBEGIN
100 MCNAPI static void** $vftable();
101 // NOLINTEND
102};
Definition BiomeRegistry.h:31
Definition Biome.h:26
Definition IBiomeComponentGlue.h:14
Definition IBiomeJsonComponent.h:7
Definition SurfaceMaterialAdjustmentsBiomeComponentGlue.h:42
Definition SurfaceMaterialAdjustmentsBiomeComponentGlue.h:24
Definition SurfaceMaterialAdjustmentsBiomeComponentGlue.h:15
MCAPI bool $resolveAndValidate(::SharedTypes::v1_20_60::IBiomeJsonComponent const &biomeJsonComponent, ::BiomeRegistry const &)
MCAPI void $applyToBiome(::Biome &biome, ::SharedTypes::v1_20_60::IBiomeJsonComponent const &biomeJsonComponent) const
Definition Alias.h:14