LeviLamina
Loading...
Searching...
No Matches
MultinoiseGenerationRulesBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
7#include "mc/v1_20_60/biome/components/BiomeComponentVersion.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_20_60 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 8, ::std::optional<float>> mTargetTemperature;
21 ::ll::TypedStorage<4, 8, ::std::optional<float>> mTargetHumidity;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mTargetAltitude;
23 ::ll::TypedStorage<4, 8, ::std::optional<float>> mTargetWeirdness;
24 ::ll::TypedStorage<4, 8, ::std::optional<float>> mWeight;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ::BiomeComponentVersion getType() const /*override*/;
31
32 virtual ~MultinoiseGenerationRulesBiomeJsonComponent() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
45
46 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCFOLD ::BiomeComponentVersion $getType() const;
53
54
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:10
Definition MultinoiseGenerationRulesBiomeJsonComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5