LeviLamina
Loading...
Searching...
No Matches
AgentDetectCommandSystem Class Reference
+ Inheritance diagram for AgentDetectCommandSystem:

Public Member Functions

virtual void tick (::EntityRegistry &registry)
 
MCAPI void $tick (::EntityRegistry &registry)
 
virtual void singleTick (::EntityRegistry &registry, ::EntityContext &entity)
 
virtual void singleTick (::EntityRegistry &registry, ::StrictEntityContext &entityContext)
 
MCAPI void $singleTick (::EntityRegistry &registry, ::EntityContext &entity)
 
MCAPI void $singleTick (::EntityRegistry &registry, ::StrictEntityContext &entityContext)
 
virtual void registerEvents (::entt::dispatcher &dispatcher)
 
MCAPI void $registerEvents (::entt::dispatcher &dispatcher)
 

Static Public Member Functions

static MCAPI void initializeObstacle (::EntityContext &entity, ::AgentComponents::DetectObstacle &detectComponent)
 
static MCAPI void initializeRedstone (::EntityContext &entity, ::AgentComponents::DetectRedstone &detectComponent)
 
static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ tick()

virtual void AgentDetectCommandSystem::tick ( ::EntityRegistry & registry)
virtual

Implements ITickingSystem.

◆ initializeObstacle()

static MCAPI void AgentDetectCommandSystem::initializeObstacle ( ::EntityContext & entity,
::AgentComponents::DetectObstacle & detectComponent )
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.

◆ initializeRedstone()

static MCAPI void AgentDetectCommandSystem::initializeRedstone ( ::EntityContext & entity,
::AgentComponents::DetectRedstone & detectComponent )
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.

◆ $tick()

MCAPI void AgentDetectCommandSystem::$tick ( ::EntityRegistry & registry)
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.

◆ $vftable()

static MCAPI void ** AgentDetectCommandSystem::$vftable ( )
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.

◆ $singleTick() [1/2]

MCAPI void ITickingSystem::$singleTick ( ::EntityRegistry & registry,
::EntityContext & entity )
inherited
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.

◆ $singleTick() [2/2]

MCAPI void ITickingSystem::$singleTick ( ::EntityRegistry & registry,
::StrictEntityContext & entityContext )
inherited
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.

◆ $registerEvents()

MCAPI void ISystem::$registerEvents ( ::entt::dispatcher & dispatcher)
inherited
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: