LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptSpawnRulesRegistry Class Reference

Public Member Functions

ScriptSpawnRulesRegistryoperator= (ScriptSpawnRulesRegistry const &)
 
 ScriptSpawnRulesRegistry (ScriptSpawnRulesRegistry const &)
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptSpawnRulesInvalidRegistryError, ::ScriptModuleMinecraft::ScriptNamespaceNameError, ::Scripting::InvalidArgumentErrorregisterEntitySpawnCallback (::Scripting::WeakLifetimeScope scope, ::std::string const &id, ::Scripting::Closure< bool(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEntitySpawnCallbackArgs >)> callback)
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptSpawnRulesInvalidRegistryError, ::ScriptModuleMinecraft::ScriptNamespaceNameError, ::Scripting::InvalidArgumentErrorregisterObstructionCallback (::Scripting::WeakLifetimeScope scope, ::std::string const &id, ::Scripting::Closure< bool(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptObstructionCallbackArgs >)> callback)
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bind ()
 
static MCAPI bool entitySpawnCallbackHandler (::Scripting::WeakLifetimeScope scope, ::Scripting::Closure< bool(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEntitySpawnCallbackArgs >)> const &callback, ::br::spawn::EntityType const &entityType, ::BlockSource &region, ::br::spawn::EntitySpawnReason &spawnReason, ::BlockPos blockPosition)
 
static MCAPI bool obstructionCallbackHandler (::Scripting::WeakLifetimeScope scope, ::Scripting::Closure< bool(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptObstructionCallbackArgs >)> const &callback, ::BlockSource &region, ::Mob const &mob, ::br::spawn::EntityType const &entityType)
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk19046f
 

Member Function Documentation

◆ registerEntitySpawnCallback()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ registerObstructionCallback()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ bind()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptSpawnRulesRegistry::bind ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ entitySpawnCallbackHandler()

static MCAPI bool ScriptModuleMinecraft::ScriptSpawnRulesRegistry::entitySpawnCallbackHandler ( ::Scripting::WeakLifetimeScope scope,
::Scripting::Closure< bool(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEntitySpawnCallbackArgs >)> const & callback,
::br::spawn::EntityType const & entityType,
::BlockSource & region,
::br::spawn::EntitySpawnReason & spawnReason,
::BlockPos blockPosition )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ obstructionCallbackHandler()

static MCAPI bool ScriptModuleMinecraft::ScriptSpawnRulesRegistry::obstructionCallbackHandler ( ::Scripting::WeakLifetimeScope scope,
::Scripting::Closure< bool(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptObstructionCallbackArgs >)> const & callback,
::BlockSource & region,
::Mob const & mob,
::br::spawn::EntityType const & entityType )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: