LeviLamina
Loading...
Searching...
No Matches
SpawnGroupDataLoader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/puv/LoadResult.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
ActorSpawnRuleData
;
11
namespace
Bedrock::Resources {
class
MinecraftDocumentInput
; }
12
// clang-format on
13
14
class
SpawnGroupDataLoader {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 192, ::Puv::SlicedLoader<::ActorSpawnRuleData, nullptr_t, nullptr_t>> mLoader;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI SpawnGroupDataLoader();
25
26
MCAPI ::Puv::LoadResult<::ActorSpawnRuleData> load(
::Bedrock::Resources::MinecraftDocumentInput
const
& input)
const
;
27
28
MCAPI ~SpawnGroupDataLoader();
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor();
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCFOLD
void
$dtor();
41
// NOLINTEND
42
};
Bedrock::Resources::MinecraftDocumentInput
Definition
MinecraftDocumentInput.h:17
ActorSpawnRuleData
Definition
ActorSpawnRuleData.h:13
src
mc
world
actor
SpawnGroupDataLoader.h
Generated on
for LeviLamina by
1.16.1