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#include "mc/v1_20_60/biome/components/BiomeComponentVersion.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 // ReplaceBiomesBiomeJsonComponent inner types declare
19 // clang-format off
20 struct BiomeReplacement;
21 // clang-format on
22
23 // ReplaceBiomesBiomeJsonComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
36 BiomeReplacement& operator=(BiomeReplacement const&);
39
40 public:
41 // member functions
42 // NOLINTBEGIN
43 MCNAPI ::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement&
45
47 // NOLINTEND
48
49 public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54 };
55
56public:
57 // member variables
58 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // prevent constructor by default
67
68public:
69 // virtual functions
70 // NOLINTBEGIN
71 // vIndex: 1
72 virtual ::BiomeComponentVersion getType() const /*override*/;
73
74 // vIndex: 0
75 virtual ~ReplaceBiomesBiomeJsonComponent() /*override*/ = default;
76 // NOLINTEND
77
78public:
79 // static functions
80 // NOLINTBEGIN
81 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
82 // NOLINTEND
83
84public:
85 // static variables
86 // NOLINTBEGIN
87 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
88
89 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
90 // NOLINTEND
91
92public:
93 // virtual function thunks
94 // NOLINTBEGIN
95 MCNAPI ::BiomeComponentVersion $getType() const;
96 // NOLINTEND
97
98public:
99 // vftables
100 // NOLINTBEGIN
101 MCNAPI static void** $vftable();
102 // NOLINTEND
103};
104
105} // namespace SharedTypes::v1_21_80
STL namespace.
Definition IBiomeJsonComponent.h:10
MCAPI::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement & operator=(::SharedTypes::v1_21_80::ReplaceBiomesBiomeJsonComponent::BiomeReplacement &&)
Definition ReplaceBiomesBiomeJsonComponent.h:16
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
MCAPI::BiomeComponentVersion $getType() const
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ctx.h:5
Definition Alias.h:14