LeviLamina
Loading...
Searching...
No Matches
LevelProvider.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
EntityContext
;
8
class
EntityRegistry
;
9
class
Experiments
;
10
class
ILevel
;
11
class
IRandom
;
12
struct
ExternalDataInterface
;
13
// clang-format on
14
15
namespace
LevelProvider {
16
// functions
17
// NOLINTBEGIN
18
MCAPI
void
addLevelComponents(
19
::EntityContext
& levelEntity,
20
::IRandom
& random,
21
::Experiments
const
& experiments,
22
bool
isClientSide
23
);
24
25
MCAPI
void
initializeGlobalComponents(
::EntityRegistry
& registry);
26
27
MCAPI
void
registerExternalDataComponent(
28
::EntityRegistry
& registry,
29
::std::unique_ptr<::ExternalDataInterface> externalDataInterface
30
);
31
32
MCAPI
void
33
registerLevelGlobalComponents(
::EntityRegistry
& registry,
::ILevel
& level,
bool
registerOverflowTickComponent);
34
// NOLINTEND
35
36
}
// namespace LevelProvider
EntityContext
Definition
EntityContext.h:16
EntityRegistry
Definition
EntityRegistry.h:15
Experiments
Definition
Experiments.h:14
ILevel
Definition
ILevel.h:203
IRandom
Definition
IRandom.h:10
ExternalDataInterface
Definition
ExternalDataInterface.h:16
src
mc
world
level
provider
LevelProvider.h
Generated on Sat Apr 26 2025 05:56:30 for LeviLamina by
1.12.0