LeviLamina
Loading...
Searching...
No Matches
HealableDefinition.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#include "mc/world/actor/ActorFilterGroup.h"
8
9// auto generated forward declare list
10// clang-format off
11struct FeedItem;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
15class HealableDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::FeedItem>> mHealItems;
20 ::ll::TypedStorage<1, 1, bool> mForceUse;
21 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilter;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI HealableDefinition();
28
29 MCAPI void addFeedItem(::FeedItem const& feedItem);
30
31 MCAPI void addFeedItemByName(::std::string const& itemName);
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void buildSchema(
39 );
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor();
46 // NOLINTEND
47};
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition FeedItem.h:9