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/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_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_NAME();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCFOLD ::ClientBiomeComponentVersion $getType() const;
61
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
71
72} // namespace SharedTypes::v1_21_110
Definition MusicClientBiomeJsonComponent.h:17
Definition IClientBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5