LeviLamina
Loading...
Searching...
No Matches
ScriptWorldInitializeAfterEvent.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
24
25public:
26 // member functions
27 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCNAPI static ::Scripting::ClassBinding bind();
35
36 MCNAPI static ::Scripting::ClassBinding bindV010();
37
38 MCNAPI static ::Scripting::ClassBinding bindV1();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace ScriptModuleMinecraft
Definition ScriptWorldInitializeAfterEvent.h:12
static MCAPI ::Scripting::ClassBinding bindV010()
static MCAPI ::Scripting::ClassBinding bind()
static MCAPI ::Scripting::ClassBinding bindV1()
Definition Alias.h:14