28 using EntityPredicate = ::std::function<
36 ::ll::TypedStorage<8, 8, ::ServerLevel&> mLevel;
41 ScriptCustomSpawnRulesRegistry& operator=(ScriptCustomSpawnRulesRegistry
const&);
42 ScriptCustomSpawnRulesRegistry(ScriptCustomSpawnRulesRegistry
const&);
43 ScriptCustomSpawnRulesRegistry();
48 virtual void _onReload() ;
50 virtual ~ScriptCustomSpawnRulesRegistry() =
default;
56 MCAPI ::Scripting::Result<
61 registerEntitySpawnCallback(
62 ::std::string
const&
id,
66 ::br::spawn::EntitySpawnReason&,
72 MCAPI ::Scripting::Result<
77 registerObstructionCallback(
78 ::std::string
const&
id,
86 MCAPI
void $_onReload();