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/v1_21_40/clientbiome/components/IClientBiomeJsonComponent.h"
7#include "mc/v1_21_40/clientbiome/components/ClientBiomeComponentVersion.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_80 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
35
36 // vIndex: 0
37 virtual ~MusicClientBiomeJsonComponent() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
50
51 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCNAPI ::ClientBiomeComponentVersion $getType() const;
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
66
67} // namespace SharedTypes::v1_21_80
Definition IClientBiomeJsonComponent.h:10
Definition MusicClientBiomeJsonComponent.h:16
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::ClientBiomeComponentVersion $getType() const
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14