LeviLamina
Loading...
Searching...
No Matches
LeashableDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI void initialize(::EntityContext& entity, ::LeashableComponent& component) const;
37
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static void buildSchema(
46 );
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
Definition EntityContext.h:16
Definition JsonSchemaObjectNode.h:8
Definition LeashableComponent.h:13
Definition LeashableDefinition.h:15
MCAPI void $dtor()
MCAPI ~LeashableDefinition()
static MCAPI void buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::LeashableDefinition > > &root)
MCAPI void initialize(::EntityContext &entity, ::LeashableComponent &component) const
Definition Alias.h:14