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