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 MCAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboard>
22 getHandle(::Scripting::WeakLifetimeScope& scope, ::Level& level);
23 // NOLINTEND
24};
25
26} // namespace ScriptModuleMinecraft
Definition Level.h:234
Definition ScriptScoreboardFactory.h:17
Definition WeakLifetimeScope.h:12