LeviLamina
Loading...
Searching...
No Matches
ScriptMobEffectInstance.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/WeakEntityRef.h"
7#include "mc/deps/script_core/runtime/scripting/Result_deprecated.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, uint> mEffectIdx;
21 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mEntityRef;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::Scripting::Result_deprecated<int> getAmplifier() const;
28
29 MCAPI ::Scripting::Result_deprecated<::std::string> getDisplayName() const;
30
31 MCAPI ::std::string getDisplayName_010() const;
32
33 MCAPI ::Scripting::Result_deprecated<int> getDuration() const;
34
35 MCAPI int getDuration_010() const;
36
37 MCAPI ::Scripting::Result_deprecated<::std::string> getTypeId_V1() const;
38
39 MCAPI ::Scripting::Result_deprecated<::std::string> getTypeId_V2() const;
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static ::Scripting::ClassBinding bind();
46 // NOLINTEND
47};
48
49} // namespace ScriptModuleMinecraft
Definition ScriptMobEffectInstance.h:16
Definition ClassBinding.h:10