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
11namespace Bedrock::Resources { class MinecraftDocumentInput; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCAPI ::Puv::LoadResult<::ActorSpawnRuleData> load(::Bedrock::Resources::MinecraftDocumentInput const& input) const;
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
Definition MinecraftDocumentInput.h:16
Definition SpawnGroupDataLoader.h:14
Definition ActorSpawnRuleData.h:5
Definition Alias.h:14