LeviLamina
Loading...
Searching...
No Matches
TrialSpawnerConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
8class SpawnData;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<4, 4, float> mTotalMobs;
17 ::ll::TypedStorage<4, 4, float> mSimultaneousMobs;
18 ::ll::TypedStorage<4, 4, float> mTotalMobsAddedPerPlayer;
19 ::ll::TypedStorage<4, 4, float> mSimultaneousMobsAddedPerPlayer;
20 ::ll::TypedStorage<8, 8, uint64> mTargetCooldownLength;
21 ::ll::TypedStorage<4, 4, int> mSpawnRange;
22 ::ll::TypedStorage<4, 4, int> mTicksBetweenSpawns;
23 ::ll::TypedStorage<8, 24, ::std::vector<::SpawnData>> mSpawnPotentials;
24 ::ll::TypedStorage<8, 24, ::std::vector<::TrialSpawnerWeightedLootTable>> mLootTables;
25 ::ll::TypedStorage<8, 32, ::std::string> mItemsToDropWhenOminous;
26 ::ll::TypedStorage<8, 32, ::std::string> mRegistryKey;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI TrialSpawnerConfig();
33
35
36 MCAPI ::std::unique_ptr<::CompoundTag> asInlineConfig() const;
37
38 MCAPI void loadConfig(::CompoundTag const* data);
39
40 MCAPI ::TrialSpawnerConfig& operator=(::TrialSpawnerConfig const&);
41
42 MCAPI ~TrialSpawnerConfig();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor();
49
50 MCAPI void* $ctor(::TrialSpawnerConfig const&);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};
Definition CompoundTag.h:13
Definition SpawnData.h:14
Definition TrialSpawnerConfig.h:12
Definition TrialSpawnerWeightedLootTable.h:5