LeviLamina
Loading...
Searching...
No Matches
BreathableDefinition.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 BlockDescriptor;
12class EntityContext;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI void addBreathableBlockDescriptor(::BlockDescriptor const& blockDescriptor);
42
43 MCAPI void addNonBreathableBlockDescriptor(::BlockDescriptor const& blockDescriptor);
44
45 MCAPI void initialize(::EntityContext& entity, ::BreathableComponent& component) const;
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void buildSchema(
53 );
54 // NOLINTEND
55};
Definition BlockDescriptor.h:19
Definition BreathableComponent.h:11
Definition BreathableDefinition.h:16
Definition EntityContext.h:16
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14