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/BiomeTemperatureCategory.h"
7#include "mc/world/level/biome/components/BiomeComponentBase.h"
8
10public:
11 // WorldGenClimateMappingAttributes inner types declare
12 // clang-format off
14 // clang-format on
15
16 // WorldGenClimateMappingAttributes inner types define
18 public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, ::BiomeTemperatureCategory> mTemperature;
22 ::ll::TypedStorage<4, 4, uint> mWeight;
23 // NOLINTEND
24 };
25
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 24, ::std::vector<::WorldGenClimateMappingAttributes::WeightedTemperatureCategory>>
30 mClimateMappings;
31 // NOLINTEND
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~WorldGenClimateMappingAttributes() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition WorldGenClimateMappingAttributes.h:9
static MCAPI void ** $vftable()
Definition BiomeComponentBase.h:5
Definition WorldGenClimateMappingAttributes.h:17