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);
29 MCFOLD ::std::string
const& getIdentifier()
const;
31 MCFOLD ::std::vector<::MobSpawnRules>
const& getSpawnRules()
const;
33 MCAPI ~SpawnGroupData();
39 MCAPI
void* $ctor(::std::string
const& identifier,
::MobSpawnRules& spawnRules);