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
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 void addFeedItem(::FeedItem const& feedItem);
28
29 MCAPI void addFeedItemByName(::std::string const& itemName);
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static void buildSchema(
37 );
38 // NOLINTEND
39};
Definition HealableDefinition.h:15
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition FeedItem.h:9