LeviLamina
Loading...
Searching...
No Matches
ClimateBiomeJsonComponent.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>> mDownfall;
21 ::ll::TypedStorage<4, 12, ::std::optional<::std::array<float, 2>>> mSnowAccumulation;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mTemperature;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ::BiomeComponentVersion getType() const /*override*/;
29
30 virtual ~ClimateBiomeJsonComponent() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
43
44 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCFOLD ::BiomeComponentVersion $getType() const;
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
61
62} // namespace SharedTypes::v1_20_60
Definition ClimateBiomeJsonComponent.h:16
Definition IBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5