LeviLamina
Loading...
Searching...
No Matches
ReplaceBiomesBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.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_80 {
14
16public:
17 // ReplaceBiomesBiomeJsonComponent inner types declare
18 // clang-format off
19 struct BiomeReplacement;
20 // clang-format on
21
22 // ReplaceBiomesBiomeJsonComponent inner types define
24 public:
25 // member variables
26 // NOLINTBEGIN
31 // NOLINTEND
32
33 public:
34 // prevent constructor by default
37
38 public:
39 // member functions
40 // NOLINTBEGIN
41 MCNAPI ::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement&
43
44 MCNAPI ::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement&
46
48 // NOLINTEND
49
50 public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55 };
56
57public:
58 // member variables
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // prevent constructor by default
68
69public:
70 // virtual functions
71 // NOLINTBEGIN
72 // vIndex: 0
73 virtual ~ReplaceBiomesBiomeJsonComponent() /*override*/ = default;
74 // NOLINTEND
75
76public:
77 // static functions
78 // NOLINTBEGIN
79 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
80 // NOLINTEND
81
82public:
83 // static variables
84 // NOLINTBEGIN
85 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
86
87 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
88 // NOLINTEND
89
90public:
91 // vftables
92 // NOLINTBEGIN
93 MCNAPI static void** $vftable();
94 // NOLINTEND
95};
96
97} // namespace SharedTypes::v1_21_80
Definition IBiomeJsonComponent.h:7
MCAPI::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement & operator=(::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement const &)
MCAPI::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement & operator=(::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement &&)
Definition ReplaceBiomesBiomeJsonComponent.h:15
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)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14