LeviLamina
Loading...
Searching...
No Matches
AgeableDefinition.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;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 AgeableDefinition& operator=(AgeableDefinition const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI void addDropItem(::ItemDescriptor const& itemDescriptor);
37
38 MCAPI void addFeedItem(::ActorDefinitionFeedItem const& feedItem);
39
40 MCAPI void addFeedItemByName(::std::string const& itemName);
41
42 MCAPI ~AgeableDefinition();
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCAPI void $dtor();
56 // NOLINTEND
57};
Definition AgeableDefinition.h:15
Definition ItemDescriptor.h:22
Definition JsonSchemaObjectNode.h:8
Definition ActorDefinitionFeedItem.h:10
Definition Alias.h:14