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