LeviLamina
Loading...
Searching...
No Matches
MultipleBoundingBoxConstraint.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 SharedTypes::v1_26_10::BlockDefinition { struct BoundingBoxData; }
12namespace cereal { class SerializerContext; }
13namespace cereal::internal { struct ConstraintDescription; }
14// clang-format on
15
16namespace SharedTypes::v1_26_10::BlockDefinition {
17
19: public ::cereal::ConstraintHandle<::SharedTypes::v1_26_10::BlockDefinition::MultipleBoundingBoxConstraint> {
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~MultipleBoundingBoxConstraint() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea) const;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static void validateValue(
36 ::std::vector<::SharedTypes::v1_26_10::BlockDefinition::BoundingBoxData> const& boundingBoxDataVector,
38 );
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition ConstraintDescription.h:7
Definition context.h:5