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
7
class
MobEffect
;
8
namespace
Scripting {
struct
ClassBinding
; }
9
// clang-format on
10
11
namespace
ScriptModuleMinecraft {
12
13
class
ScriptEffectType
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::MobEffect const*> mEffect;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCFOLD ::MobEffect
const
& getEffect()
const
;
24
25
MCAPI ::std::string getName_V1()
const
;
26
27
MCAPI ::std::string getName_V2()
const
;
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI static ::Scripting::ClassBinding bind();
34
// NOLINTEND
35
};
36
37
}
// namespace ScriptModuleMinecraft
MobEffect
Definition
MobEffect.h:26
ScriptModuleMinecraft::ScriptEffectType
Definition
ScriptEffectType.h:13
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
effects
ScriptEffectType.h
Generated on
for LeviLamina by
1.16.1