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