LeviLamina
Loading...
Searching...
No Matches
BreedableDefinition.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 ItemDescriptor;
11struct BreedableType;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
41 // NOLINTEND
42
43public:
44 // prevent constructor by default
48
49public:
50 // member functions
51 // NOLINTBEGIN
52 MCAPI void addBreedItem(::ItemDescriptor const& itemDescriptor);
53
54 MCAPI void addBreedableType(::BreedableType const& breedType);
55
56 MCAPI void addEnvironmentRequirement(::EnvironmentRequirement const& envReq);
57
58 MCAPI void addParentCentricAttributeBlending(::std::string const& attributesToUseParentCentricBlendingFor);
59
60 MCAPI void setMutationStrategy(::std::string const& strategyCased);
61
63 // NOLINTEND
64
65public:
66 // static functions
67 // NOLINTBEGIN
68 MCAPI static void
70 );
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCAPI void $dtor();
77 // NOLINTEND
78};
Definition BreedableDefinition.h:16
Definition ItemDescriptor.h:22
Definition JsonSchemaObjectNode.h:8
Definition BreedableType.h:5
Definition EnvironmentRequirement.h:10
Definition Alias.h:14