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/ClientBiomeComponentVersion.h"
8#include "mc/deps/shared_types/v1_21_40/clientbiome/components/IClientBiomeJsonComponent.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();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI AmbientSoundsClientBiomeJsonComponent(::SharedTypes::v1_21_40::AmbientSoundsClientBiomeJsonComponent const&);
40
41 MCFOLD ::SharedTypes::v1_21_40::AmbientSoundsClientBiomeJsonComponent&
43
44 MCFOLD ::SharedTypes::v1_21_40::AmbientSoundsClientBiomeJsonComponent&
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
64 // NOLINTEND
65
66public:
67 // virtual function thunks
68 // NOLINTBEGIN
69 MCFOLD ::ClientBiomeComponentVersion $getType() const;
70
71
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCNAPI static void** $vftable();
78 // NOLINTEND
79};
80
81} // namespace SharedTypes::v1_21_40
Definition AmbientSoundsClientBiomeJsonComponent.h:17
Definition IClientBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5