LeviLamina
Loading...
Searching...
No Matches
DamageSensorDefinition.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
11class EntityContext;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI void addDamageSensorTrigger(::DamageSensorTrigger const& trigger);
33
34 MCAPI void initialize(::EntityContext& entity, ::DamageSensorComponent& component) const;
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void buildSchema(
42 );
43 // NOLINTEND
44};
Definition DamageSensorComponent.h:18
Definition DamageSensorDefinition.h:16
Definition EntityContext.h:16
Definition JsonSchemaObjectNode.h:8
Definition DamageSensorTrigger.h:5
Definition Alias.h:14