14 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
15 ::ll::TypedStorage<8, 24, ::std::vector<::MobSpawnRules>> mSpawnRules;
25 MCAPI SpawnGroupData(::std::string
const& identifier,
::MobSpawnRules& spawnRules);
27 MCAPI ~SpawnGroupData();
33 MCAPI
void* $ctor(::std::string
const& identifier,
::MobSpawnRules& spawnRules);