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

Classes

struct  BlockPositions
 

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 ::TrailSystem::BlockPositions _calculateBlockSpawnPositions (::Actor &actor, ::Vec3 &offset)
 
static MCAPI void _tickComponent (::ActorOwnerComponent &actorOwnerComponent, ::TrailComponent &trailComponent)
 
static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ tick()

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

Implements ITickingSystem.

◆ _calculateBlockSpawnPositions()

static MCAPI ::TrailSystem::BlockPositions TrailSystem::_calculateBlockSpawnPositions ( ::Actor & actor,
::Vec3 & offset )
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.

◆ _tickComponent()

static MCAPI void TrailSystem::_tickComponent ( ::ActorOwnerComponent & actorOwnerComponent,
::TrailComponent & trailComponent )
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 TrailSystem::$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 ** TrailSystem::$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: