LeviLamina
Loading...
Searching...
No Matches
ScriptStrengthComponent.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/ScriptActorComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptComponentTypeEnumBuilder; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual bool _isValid() const /*override*/;
22
23 virtual ~ScriptStrengthComponent() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::Scripting::Result_deprecated<int> getMax() const;
30
31 MCAPI ::Scripting::Result_deprecated<int> getValue() const;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static ::Scripting::ClassBinding
38 bind(::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder& componentTypeEnumBuilder);
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static char const*& ComponentId();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI bool $_isValid() const;
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
61
62} // namespace ScriptModuleMinecraft
Definition ScriptActorComponent.h:22
Definition ScriptComponentTypeEnumBuilder.h:17
Definition ScriptStrengthComponent.h:17
Definition ClassBinding.h:19