LeviLamina
Loading...
Searching...
No Matches
ScriptEffectType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class MobEffect;
8namespace Scripting { struct ClassBinding; }
9// clang-format on
10
11namespace ScriptModuleMinecraft {
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::MobEffect const*> mEffect;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ::std::string getName_V1() const;
24
25 MCAPI ::std::string getName_V2() const;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static ::Scripting::ClassBinding bind();
32 // NOLINTEND
33};
34
35} // namespace ScriptModuleMinecraft
Definition MobEffect.h:27
Definition ScriptEffectType.h:13
Definition ClassBinding.h:19