LeviLamina
Loading...
Searching...
No Matches
ActorSpawnRuleGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Experiments;
9class MobSpawnRules;
10class MobSpawnerData;
11class Random;
13namespace br::spawn { class SpawnPlacements; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mCategoryLookup;
22 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::shared_ptr<::MobSpawnerData>>> mSpawnData;
23 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mSpawnDelayStartMap;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~ActorSpawnRuleGroup() = default;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
37 ::ResourcePackManager& resourcePackManager,
39 ::br::spawn::SpawnPlacements& spawnPlacements,
41 ::Experiments const& experiments
42 );
43
44 MCAPI void resetDelayEnd(::MobSpawnRules spawnRules, uint64 age, ::Random& random);
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor(
51 ::ResourcePackManager& resourcePackManager,
53 ::br::spawn::SpawnPlacements& spawnPlacements,
55 ::Experiments const& experiments
56 );
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
Definition ActorSpawnRuleGroup.h:17
Definition Experiments.h:14
Definition IWorldRegistriesProvider.h:26
Definition MobSpawnRules.h:16
Definition MobSpawnerData.h:16
Definition Random.h:16
Definition ResourcePackManager.h:24
Definition SpawnPlacements.h:25
Definition ReflectionCtx.h:11
Definition ctx.h:5