LeviLamina
Loading...
Searching...
No Matches
RaidBossComponent Class Reference

Public Member Functions

RaidBossComponentoperator= (RaidBossComponent const &)
 
 RaidBossComponent (RaidBossComponent const &)
 
MCAPI RaidBossComponent (::RaidBossComponent &&)
 
MCAPI void _broadcastBossEvent (::BossEventUpdateType type, ::Actor &owner)
 
MCAPI void _handleRegisterPlayers (::Actor &owner)
 
MCAPI void _sendBossEvent (::BossEventUpdateType type, ::Player &player)
 
MCAPI::Bedrock::Safety::RedactableString getName ()
 
MCAPI bool isWithinRange (::Mob const &player)
 
MCAPI::RaidBossComponent & operator= (::RaidBossComponent &&)
 
MCAPI void removeBossBar (::Actor &owner)
 
MCAPI bool tryRemoveBoss (::Actor &owner, ::Player &player)
 
MCAPI void updateBossBarStats (::Actor &owner, ::Raid const &raid)
 
MCAPI void updateHealthBarVisible (bool visible, ::Actor &owner)
 
MCAPI ~RaidBossComponent ()
 
MCAPI void * $ctor (::RaidBossComponent &&)
 
MCAPI void $dtor ()
 

Public Attributes

::ll::TypedStorage< 8, 16, ::std::weak_ptr<::Village > > mVillage
 
::ll::TypedStorage< 8, 8, ::ActorUniqueIDmOwnerID
 
::ll::TypedStorage< 8, 72, ::Bedrock::Safety::RedactableStringmName
 
::ll::TypedStorage< 8, 32, ::std::string > mProgress
 
::ll::TypedStorage< 4, 4, int > mPlayersRegistered
 
::ll::TypedStorage< 1, 1, bool > mWaveStarted
 
::ll::TypedStorage< 1, 1, bool > mRaidInProgress
 
::ll::TypedStorage< 1, 1, bool > mHealthBarVisible
 
::ll::TypedStorage< 4, 4, float > mHealthPercent
 
::ll::TypedStorage< 4, 24, ::AABBmBossBarVisibleBounds
 
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > mLastPlayerUpdate
 

Constructor & Destructor Documentation

◆ RaidBossComponent()

MCAPI RaidBossComponent::RaidBossComponent ( ::RaidBossComponent && )
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.

◆ ~RaidBossComponent()

MCAPI RaidBossComponent::~RaidBossComponent ( )
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.

Member Function Documentation

◆ _broadcastBossEvent()

MCAPI void RaidBossComponent::_broadcastBossEvent ( ::BossEventUpdateType type,
::Actor & owner )
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.

◆ _handleRegisterPlayers()

MCAPI void RaidBossComponent::_handleRegisterPlayers ( ::Actor & owner)
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.

◆ _sendBossEvent()

MCAPI void RaidBossComponent::_sendBossEvent ( ::BossEventUpdateType type,
::Player & player )
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.

◆ getName()

MCAPI::Bedrock::Safety::RedactableString RaidBossComponent::getName ( )
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.

◆ isWithinRange()

MCAPI bool RaidBossComponent::isWithinRange ( ::Mob const & player)
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.

◆ operator=()

MCAPI::RaidBossComponent & RaidBossComponent::operator= ( ::RaidBossComponent && )
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.

◆ removeBossBar()

MCAPI void RaidBossComponent::removeBossBar ( ::Actor & owner)
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.

◆ tryRemoveBoss()

MCAPI bool RaidBossComponent::tryRemoveBoss ( ::Actor & owner,
::Player & player )
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.

◆ updateBossBarStats()

MCAPI void RaidBossComponent::updateBossBarStats ( ::Actor & owner,
::Raid const & raid )
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.

◆ updateHealthBarVisible()

MCAPI void RaidBossComponent::updateHealthBarVisible ( bool visible,
::Actor & owner )
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.

◆ $ctor()

MCAPI void * RaidBossComponent::$ctor ( ::RaidBossComponent && )
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.

◆ $dtor()

MCAPI void RaidBossComponent::$dtor ( )
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: