LeviLamina
Loading...
Searching...
No Matches
ScriptSystemFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ServerLevel
;
11
namespace
ScriptModuleMinecraft {
class
ScriptSystem
; }
12
namespace
Scripting {
class
DependencyLocator
; }
13
namespace
Scripting {
class
WeakLifetimeScope
; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
class
ScriptSystemFactory
{
19
public
:
20
// static functions
21
// NOLINTBEGIN
22
MCAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptSystem>
23
getHandle(
::Scripting::WeakLifetimeScope
& scope,
::ServerLevel
& level,
::Scripting::DependencyLocator
& locator);
24
// NOLINTEND
25
};
26
27
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptSystemFactory
Definition
ScriptSystemFactory.h:18
ScriptModuleMinecraft::ScriptSystem
Definition
ScriptSystem.h:31
Scripting::DependencyLocator
Definition
DependencyLocator.h:7
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:7
ServerLevel
Definition
ServerLevel.h:50
src
mc
scripting
modules
minecraft
ScriptSystemFactory.h
Generated on
for LeviLamina by
1.16.1