LeviLamina
Loading...
Searching...
No Matches
MusicClientBiomeJsonComponent.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_110 {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 8, ::std::optional<float>> mVolumeMultiplier;
22 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::Reference<18>>> mMusicDefinition;
23 ::ll::TypedStorage<1, 1, bool> mUnderwaterMusic;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
30
31#ifdef LL_PLAT_S
32 virtual ~MusicClientBiomeJsonComponent() /*override*/ = default;
33#else // LL_PLAT_C
34 virtual ~MusicClientBiomeJsonComponent() /*override*/;
35#endif
36
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
49
50 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCFOLD void $dtor();
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62 MCFOLD ::ClientBiomeComponentVersion $getType() const;
63
64
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
73
74} // namespace SharedTypes::v1_21_110
Definition MusicClientBiomeJsonComponent.h:17
Definition IClientBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5