29class ScriptSpawnRulesRegistry {
41 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::ScriptCustomSpawnRulesRegistry&> mRegistry;
46 ScriptSpawnRulesRegistry& operator=(ScriptSpawnRulesRegistry
const&);
47 ScriptSpawnRulesRegistry(ScriptSpawnRulesRegistry
const&);
48 ScriptSpawnRulesRegistry();
55 MCAPI ::Scripting::Result<
60 registerEntitySpawnCallback(
62 ::std::string
const&
id,
67 MCAPI ::Scripting::Result<
72 registerObstructionCallback(
74 ::std::string
const&
id,
83 MCAPI static ::Scripting::ClassBinding bind();
85 MCAPI
static bool entitySpawnCallbackHandler(
92 ::br::spawn::EntitySpawnReason& spawnReason,
96 MCAPI
static bool obstructionCallbackHandler(