LeviLamina
Loading...
Searching...
No Matches
Constraint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cereal {
class
SerializerContext; }
8
namespace
cereal::internal {
struct
ConstraintDescription; }
9
// clang-format on
10
11
namespace
cereal {
12
13
class
Constraint
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 8>
mUnk9fd194;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
Constraint
& operator=(
Constraint
const
&);
23
Constraint
(
Constraint
const
&);
24
Constraint
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 0
30
virtual
void
doValidate(::entt::meta_any
const
&,
::cereal::SerializerContext
&)
const
= 0;
31
32
// vIndex: 1
33
virtual
~Constraint
() =
default
;
34
35
// vIndex: 2
36
virtual ::cereal::Constraint
const
* subConstraint(uint64)
const
;
37
38
// vIndex: 3
39
virtual ::cereal::internal::ConstraintDescription description()
const
= 0;
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCNAPI ::cereal::Constraint
const
*
$subConstraint
(uint64)
const
;
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
54
55
}
// namespace cereal
cereal::Constraint
Definition
Constraint.h:13
cereal::Constraint::$subConstraint
MCAPI::cereal::Constraint const * $subConstraint(uint64) const
cereal::Constraint::$vftable
static MCAPI void ** $vftable()
cereal::SerializerContext
Definition
SerializerContext.h:11
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
deps
cereal
Constraint.h
Generated on Tue Nov 25 2025 04:00:41 for LeviLamina by
1.12.0