LeviLamina
Loading...
Searching...
No Matches
PlacementDirectionConstraint.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 PlacementDirection; }
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::PlacementDirectionConstraint> {
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~PlacementDirectionConstraint() /*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(
34 );
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::std::string_view const& CornerErrorDescription();
41
42 MCAPI static ::std::string_view const& RotationErrorDescription();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition ConstraintDescription.h:7
Definition context.h:5