LeviLamina
Loading...
Searching...
No Matches
WorldGenClimateMappingAttributes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/biome/components/BiomeComponentBase.h"
7
9public:
10 // WorldGenClimateMappingAttributes inner types declare
11 // clang-format off
13 // clang-format on
14
15 // WorldGenClimateMappingAttributes inner types define
17 public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24 public:
25 // prevent constructor by default
29 };
30
31public:
32 // member variables
33 // NOLINTBEGIN
34 ::ll::TypedStorage<8, 24, ::std::vector<::WorldGenClimateMappingAttributes::WeightedTemperatureCategory>>
35 mClimateMappings;
36 // NOLINTEND
37
38public:
39 // virtual functions
40 // NOLINTBEGIN
41 // vIndex: 0
42 virtual ~WorldGenClimateMappingAttributes() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCAPI static void** $vftable();
55 // NOLINTEND
56};
Definition WorldGenClimateMappingAttributes.h:8
Definition BiomeComponentBase.h:5
Definition WorldGenClimateMappingAttributes.h:16
Definition Alias.h:14