LeviLamina
Loading...
Searching...
No Matches
HeartbeatDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI void initialize(::EntityContext& entity, ::HeartbeatServerComponent& component) const;
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void
40 );
41 // NOLINTEND
42};
Definition EntityContext.h:16
Definition HeartbeatDefinition.h:15
Definition JsonSchemaObjectNode.h:8
Definition HeartbeatServerComponent.h:11
Definition Alias.h:14