LeviLamina
Loading...
Searching...
No Matches
ReplaceBiomesBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/util/Reference.h"
7#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_80 {
15
17public:
18 // ReplaceBiomesBiomeJsonComponent inner types declare
19 // clang-format off
20 struct BiomeReplacement;
21 // clang-format on
22
23 // ReplaceBiomesBiomeJsonComponent inner types define
24 struct BiomeReplacement {
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 32, ::std::string> mDimension;
29 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Reference<3>>> mTargetBiomes;
30 ::ll::TypedStorage<4, 4, float> mAmount;
31 ::ll::TypedStorage<4, 4, float> mNoiseFrequencyScale;
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
36 BiomeReplacement(BiomeReplacement const&);
37 BiomeReplacement();
38
39 public:
40 // member functions
41 // NOLINTBEGIN
42 MCFOLD ::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement&
44
45 MCFOLD ::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement&
47
48 MCAPI ~BiomeReplacement();
49 // NOLINTEND
50
51 public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56 };
57
58public:
59 // member variables
60 // NOLINTBEGIN
61 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement>>
62 mBiomeReplacements;
63 // NOLINTEND
64
65public:
66 // virtual functions
67 // NOLINTBEGIN
68 virtual ~ReplaceBiomesBiomeJsonComponent() /*override*/ = default;
69 // NOLINTEND
70
71public:
72 // static functions
73 // NOLINTBEGIN
74 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
75 // NOLINTEND
76
77public:
78 // static variables
79 // NOLINTBEGIN
80 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
86 MCNAPI static void** $vftable();
87 // NOLINTEND
88};
89
90} // namespace SharedTypes::v1_21_80
Definition IBiomeJsonComponent.h:7
Definition ReplaceBiomesBiomeJsonComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5