LeviLamina
Loading...
Searching...
No Matches
ScriptScoreboardFactory.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
10class Level;
11namespace ScriptModuleMinecraft { class ScriptScoreboard; }
12namespace Scripting { class WeakLifetimeScope; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCNAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboard>
23 // NOLINTEND
24};
25
26} // namespace ScriptModuleMinecraft
Definition Level.h:238
Definition ScriptScoreboardFactory.h:17
static MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboard > getHandle(::Scripting::WeakLifetimeScope &scope, ::Level &level)
Definition WeakLifetimeScope.h:12