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(MobSpawnHerdInfo
const&);
25 MCAPI MobSpawnHerdInfo(
28 ::std::string
const& initialEvent,
29 uint initialEventCount,
30 ::std::string
const& herdEvent,
31 uint herdEventSkipCount
34 MCFOLD ::MobSpawnHerdInfo& operator=(::MobSpawnHerdInfo
const&);
36 MCAPI ~MobSpawnHerdInfo();
45 ::std::string
const& initialEvent,
46 uint initialEventCount,
47 ::std::string
const& herdEvent,
48 uint herdEventSkipCount