LeviLamina
Loading...
Searching...
No Matches
ScriptServerStateMonitor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
33
34 // vIndex: 1
35 virtual void _onReload();
36
37 // vIndex: 2
38 virtual void _onScriptInitializationComplete();
39
40 // vIndex: 3
41 virtual void _onScriptModuleStartupComplete();
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor(::ServerScriptManagerEvents& events);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCNAPI void $_onReload();
66
68
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace ScriptModuleMinecraft
Definition ScriptServerStateMonitor.h:12
MCAPI ScriptServerStateMonitor(::ServerScriptManagerEvents &events)
MCAPI void * $ctor(::ServerScriptManagerEvents &events)
Definition ServerScriptManagerEvents.h:13
Definition Alias.h:14