LeviLamina
Loading...
Searching...
No Matches
ScriptAgeableComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
7#include "mc/scripting/modules/minecraft/components/ECSScriptActorComponent.h"
8
9// auto generated forward declare list
10// clang-format off
14struct AgeableComponent;
15namespace ScriptModuleMinecraft { class ScriptComponentTypeEnumBuilder; }
16namespace Scripting { struct ClassBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
22: public ::ScriptModuleMinecraft::ECSScriptActorComponent<::AgeableComponent, ::AgeableDefinition> {
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~ScriptAgeableComponent() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string>> getDropItems() const;
33
34 MCAPI ::Scripting::Result_deprecated<float> getDuration() const;
35
36 MCAPI ::Scripting::Result_deprecated<::std::vector<::ActorDefinitionFeedItem>> getFeedItems() const;
37
38 MCAPI ::Scripting::Result_deprecated<::ActorDefinitionTrigger> getGrowUp() const;
39
40 MCAPI ::Scripting::Result_deprecated<::std::string> getTransformToItem() const;
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::Scripting::ClassBinding
47 bind(::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder& componentTypeEnumBuilder);
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static char const*& ComponentId();
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
62
63} // namespace ScriptModuleMinecraft
Definition ActorDefinitionTrigger.h:9
Definition AgeableDefinition.h:15
Definition ECSScriptActorComponent.h:8
Definition ScriptAgeableComponent.h:22
Definition ScriptComponentTypeEnumBuilder.h:17
Definition ActorDefinitionFeedItem.h:8
Definition AgeableComponent.h:12
Definition ClassBinding.h:19