LeviLamina
Loading...
Searching...
No Matches
ScriptAddRiderComponent.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
13namespace ScriptModuleMinecraft { class ScriptComponentTypeEnumBuilder; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
20: public ::ScriptModuleMinecraft::ECSScriptActorComponent<::AddRiderComponent, ::AddRiderDefinition> {
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 0
25 virtual ~ScriptAddRiderComponent() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::Scripting::Result_deprecated<::std::string> getEntityType() const;
32
33 MCNAPI ::Scripting::Result_deprecated<::std::string> getSpawnEvent() const;
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static ::Scripting::ClassBinding
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCNAPI static char const*& ComponentId();
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
55
56} // namespace ScriptModuleMinecraft
Definition AddRiderComponent.h:14
Definition AddRiderDefinition.h:13
Definition ECSScriptActorComponent.h:8
Definition ScriptAddRiderComponent.h:20
static MCAPI char const *& ComponentId()
static MCAPI ::Scripting::ClassBinding bind(::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder &componentTypeEnumBuilder)
MCAPI ::Scripting::Result_deprecated<::std::string > getSpawnEvent() const
MCAPI ::Scripting::Result_deprecated<::std::string > getEntityType() const
Definition ScriptComponentTypeEnumBuilder.h:16