LeviLamina
Loading...
Searching...
No Matches
AngryDefinition.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 AngryComponent;
11class EntityContext;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 AngryDefinition& operator=(AngryDefinition const&);
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCNAPI void addBroadcastTargetByName(::std::string const& name);
44
45 MCNAPI void initialize(::EntityContext& entity, ::AngryComponent& component) const;
46
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static void
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
Definition AngryComponent.h:17
Definition AngryDefinition.h:15
MCAPI void initialize(::EntityContext &entity, ::AngryComponent &component) const
static MCAPI void buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::AngryDefinition > > &root)
MCAPI void $dtor()
MCAPI ~AngryDefinition()
MCAPI void addBroadcastTargetByName(::std::string const &name)
Definition EntityContext.h:16
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14