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
7namespace Scripting { struct ClassBinding; }
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ScriptEffectType& operator=(ScriptEffectType const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI ::std::string getName_V1() const;
29
30 MCNAPI ::std::string getName_V2() const;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCNAPI static ::Scripting::ClassBinding bind();
37 // NOLINTEND
38};
39
40} // namespace ScriptModuleMinecraft
Definition ScriptEffectType.h:12
MCAPI::std::string getName_V1() const
MCAPI::std::string getName_V2() const
static MCAPI ::Scripting::ClassBinding bind()
Definition Alias.h:14