LeviLamina
Loading...
Searching...
No Matches
ScriptGameRules.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
GameRules
;
8
class
Level
;
9
namespace
Scripting {
class
ModuleBindingBuilder
; }
10
// clang-format on
11
12
namespace
ScriptModuleMinecraft {
13
14
class
ScriptGameRules
{
15
public
:
16
// ScriptGameRules inner types define
17
using
Key =
::GameRules
const
*;
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 8, ::gsl::not_null<::Level*>> mLevel;
23
// NOLINTEND
24
25
public
:
26
// static functions
27
// NOLINTBEGIN
28
MCAPI
static
void
bind(
::Scripting::ModuleBindingBuilder
& moduleBuilder,
::Level
const
& level);
29
// NOLINTEND
30
};
31
32
}
// namespace ScriptModuleMinecraft
GameRules
Definition
GameRules.h:24
Level
Definition
Level.h:249
ScriptModuleMinecraft::ScriptGameRules
Definition
ScriptGameRules.h:14
Scripting::ModuleBindingBuilder
Definition
ModuleBindingBuilder.h:27
src
mc
scripting
modules
minecraft
ScriptGameRules.h
Generated on
for LeviLamina by
1.16.1