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_80 {
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 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
29
30#ifdef LL_PLAT_S
31 virtual ~MusicClientBiomeJsonComponent() /*override*/ = default;
32#else // LL_PLAT_C
33 virtual ~MusicClientBiomeJsonComponent() /*override*/;
34#endif
35
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCFOLD ::ClientBiomeComponentVersion $getType() const;
60
61
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace SharedTypes::v1_21_80
Definition IClientBiomeJsonComponent.h:10
Definition MusicClientBiomeJsonComponent.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5