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
MCAPI ::std::string getName_V1()
const
;
24
25
MCAPI ::std::string getName_V2()
const
;
26
// NOLINTEND
27
28
public
:
29
// static functions
30
// NOLINTBEGIN
31
MCAPI static ::Scripting::ClassBinding bind();
32
// NOLINTEND
33
};
34
35
}
// namespace ScriptModuleMinecraft
MobEffect
Definition
MobEffect.h:27
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