LeviLamina
Loading...
Searching...
No Matches
CrossComponentsConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ConstraintHandle.h"
7#include "mc/deps/cereal/ContextArea.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { class ComponentStorage; }
12namespace cereal { class SerializerContext; }
13namespace cereal::internal { struct ConstraintDescription; }
14// clang-format on
15
16namespace SharedTypes::v1_21_110::BlockDefinition {
17
19: public ::cereal::ConstraintHandle<::SharedTypes::v1_21_110::BlockDefinition::CrossComponentsConstraint> {
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~CrossComponentsConstraint() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // static functions
28 // NOLINTBEGIN
29 MCAPI static ::cereal::internal::ConstraintDescription description(::cereal::ContextArea);
30
31 MCAPI static void validateValue(::cereal::ComponentStorage const& components, ::cereal::SerializerContext& context);
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::string_view const& ErrorDescription();
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace SharedTypes::v1_21_110::BlockDefinition
Definition ComponentStorage.h:10
Definition ConstraintHandle.h:8
Definition SerializerContext.h:11
Definition ConstraintDescription.h:7
Definition context.h:5