5struct MobSpawnHerdInfo {
9 ::ll::TypedStorage<4, 4, uint> mMinCount;
10 ::ll::TypedStorage<4, 4, uint> mMaxCount;
11 ::ll::TypedStorage<4, 4, uint> mHerdEventSkipCount;
12 ::ll::TypedStorage<4, 4, uint> mInitialEventCount;
13 ::ll::TypedStorage<8, 32, ::std::string> mInitialEvent;
14 ::ll::TypedStorage<8, 32, ::std::string> mHerdEvent;
19 MobSpawnHerdInfo& operator=(MobSpawnHerdInfo
const&);
25 MCAPI MobSpawnHerdInfo(::MobSpawnHerdInfo
const&);
27 MCAPI MobSpawnHerdInfo(
30 ::std::string
const& initialEvent,
31 uint initialEventCount,
32 ::std::string
const& herdEvent,
33 uint herdEventSkipCount
36 MCAPI ~MobSpawnHerdInfo();
42 MCFOLD
void* $ctor(::MobSpawnHerdInfo
const&);
47 ::std::string
const& initialEvent,
48 uint initialEventCount,
49 ::std::string
const& herdEvent,
50 uint herdEventSkipCount