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/util/json_util/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
16class BreathableDefinition {
17public:
18 // member variables
19 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 BreathableDefinition& operator=(BreathableDefinition const&);
36 BreathableDefinition(BreathableDefinition const&);
37 BreathableDefinition();
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI void addBreathableBlockDescriptor(::BlockDescriptor const& blockDescriptor);
43
44 MCAPI void addNonBreathableBlockDescriptor(::BlockDescriptor const& blockDescriptor);
45
46 MCAPI void initialize(::EntityContext& entity, ::BreathableComponent& component) const;
47
48 MCAPI ~BreathableDefinition();
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCAPI static void buildSchema(
56 );
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCFOLD void $dtor();
63 // NOLINTEND
64};
Definition BlockDescriptor.h:20
Definition BreathableComponent.h:11
Definition EntityContext.h:16
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14