LeviLamina
Loading...
Searching...
No Matches
ScriptRuntimeConditionRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ServerLevel;
8namespace Scripting { class RuntimeConditions; }
9// clang-format on
10
12public:
13 // static functions
14 // NOLINTBEGIN
15 MCAPI static ::Scripting::RuntimeConditions getCurrentRuntimeConditions(::ServerLevel const& serverLevel);
16 // NOLINTEND
17};
Definition ScriptRuntimeConditionRegistry.h:11
Definition ServerLevel.h:52