LeviLamina
Loading...
Searching...
No Matches
AmbientSoundsClientBiomeJsonComponent.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_21_40/clientbiome/components/IClientBiomeJsonComponent.h"
8#include "mc/v1_21_40/clientbiome/components/ClientBiomeComponentVersion.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_40 {
16
17struct AmbientSoundsClientBiomeJsonComponent : public ::SharedTypes::v1_21_40::IClientBiomeJsonComponent {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::SharedTypes::Reference<20>> mAddition;
22 ::ll::TypedStorage<8, 32, ::SharedTypes::Reference<20>> mLoop;
23 ::ll::TypedStorage<8, 32, ::SharedTypes::Reference<20>> mMood;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 AmbientSoundsClientBiomeJsonComponent(AmbientSoundsClientBiomeJsonComponent const&);
29 AmbientSoundsClientBiomeJsonComponent();
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
35
36#ifdef LL_PLAT_S
37 virtual ~AmbientSoundsClientBiomeJsonComponent() /*override*/ = default;
38#else // LL_PLAT_C
39 virtual ~AmbientSoundsClientBiomeJsonComponent() /*override*/;
40#endif
41
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI ::SharedTypes::v1_21_40::AmbientSoundsClientBiomeJsonComponent&
49
50 MCFOLD ::SharedTypes::v1_21_40::AmbientSoundsClientBiomeJsonComponent&
52 // NOLINTEND
53
54public:
55 // static functions
56 // NOLINTBEGIN
57 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
58 // NOLINTEND
59
60public:
61 // static variables
62 // NOLINTBEGIN
63 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
64
65 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCFOLD void $dtor();
72 // NOLINTEND
73
74public:
75 // virtual function thunks
76 // NOLINTBEGIN
77 MCFOLD ::ClientBiomeComponentVersion $getType() const;
78
79
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCNAPI static void** $vftable();
86 // NOLINTEND
87};
88
89} // namespace SharedTypes::v1_21_40
Definition AmbientSoundsClientBiomeJsonComponent.h:17
Definition IClientBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5