LeviLamina
Loading...
Searching...
No Matches
Editor::EditorPlayerCommon Class Referenceabstract
+ Inheritance diagram for Editor::EditorPlayerCommon:

Public Types

enum class  InitializationState : int {
  Uninitialized = 0 , Initializing = 1 , Initialized = 2 , Readying = 3 ,
  Ready = 4 , Deinitializing = 5
}
 
using EventType = ::PlayerNotificationEvent
 

Public Member Functions

EditorPlayerCommonoperator= (EditorPlayerCommon const &)
 
 EditorPlayerCommon (EditorPlayerCommon const &)
 
virtual ::Scripting::Result_deprecated< void > init ()
 
virtual ::Scripting::Result_deprecated< void > ready ()
 
virtual ::Scripting::Result_deprecated< void > quit ()
 
virtual::Editor::ServiceProviderCollection & getServiceProviders ()
 
virtual ::Scripting::Result_deprecated<::Bedrock::PubSub::SubscriptionregisterTickSubscriber (::std::function< void(::Editor::ServiceProviderCollection &)> fnTick)
 
virtual::Player * getPlayer () const
 
virtual ::optional_ref<::PlayerEventCoordinatorgetPlayerEventCoordinator ()=0
 
virtual::EventResult onPlayerTick (::Player &player)
 
virtual void _onTick ()
 
MCAPI EditorPlayerCommon (::Player &player)
 
MCAPI void * $ctor (::Player &player)
 
MCAPI void $dtor ()
 
MCAPI ::Scripting::Result_deprecated< void > $init ()
 
MCAPI ::Scripting::Result_deprecated< void > $ready ()
 
MCAPI ::Scripting::Result_deprecated< void > $quit ()
 
MCAPI::Editor::ServiceProviderCollection & $getServiceProviders ()
 
MCAPI ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription$registerTickSubscriber (::std::function< void(::Editor::ServiceProviderCollection &)> fnTick)
 
MCAPI::Player * $getPlayer () const
 
MCAPI::EventResult $onPlayerTick (::Player &player)
 
MCAPI void $_onTick ()
 
MCAPI ::Scripting::Result_deprecated< void > _destroyServices ()
 
MCAPI::Editor::Services::IEditorService * _findService (::std::string const &serviceName) const
 
MCAPI ::Scripting::Result_deprecated< void > _initServices ()
 
MCAPI ::Scripting::Result_deprecated< void > _readyServices ()
 
MCAPI ::Scripting::Result_deprecated< void > _registerAndInitServiceList (::std::vector<::std::unique_ptr<::Editor::Services::IEditorService > > serviceList)
 
MCAPI ::Scripting::Result_deprecated<::Editor::Services::IEditorService * > _registerService (::std::unique_ptr<::Editor::Services::IEditorService > servicePtr)
 
virtual::EventResult onPlayerAwardAchievement (::Player &player, ::MinecraftEventing::AchievementIds achievement)
 
virtual::EventResult onPlayerPortalBuilt (::Player &player, ::DimensionType dimensionBuiltIn)
 
virtual::EventResult onPlayerPortalUsed (::Player &player, ::DimensionType fromDimension, ::DimensionType toDimension)
 
virtual::EventResult onPlayerPoweredBeacon (::Player const &player, int const level)
 
virtual::EventResult onPlayerCaravanChanged (::Actor const &mob, int caravanCount)
 
virtual::EventResult onPlayerSaved (::Player &player)
 
virtual::EventResult onPlayerInput (::EntityContext &)
 
virtual::EventResult onPlayerAuthInputReceived (::Player &)
 
virtual::EventResult onPlayerAuthInputApplied (::Player &)
 
virtual::EventResult onPlayerTurn (::Player &player, ::Vec2 &turnDelta)
 
virtual::EventResult onCameraSetPlayerRot (::Player &, ::Vec2 const &)
 
virtual::EventResult onStartDestroyBlock (::Player &player, ::BlockPos const &pos, uchar &face)
 
virtual::EventResult onPlayerAction (::Player &player, ::PlayerActionType type, ::BlockPos const &pos, int data)
 
virtual::EventResult onLocalPlayerDeath (::IClientInstance &client, ::LocalPlayer &player)
 
virtual::EventResult onLocalPlayerRespawn (::IClientInstance &client, ::LocalPlayer &player)
 
virtual::EventResult onPlayerMove (::Player &player)
 
virtual::EventResult onPlayerSlide (::Player &player)
 
virtual::EventResult onPlayerTargetBlockHit (::Player &player, int const signalStrength)
 
virtual::EventResult onPlayerStartRiding (::Player &player, ::Actor &vehicle)
 
virtual::EventResult onPlayerStopRiding (::Player &player, bool exitFromPassenger, bool entityIsBeingDestroyed, bool switchingVehicles)
 
virtual::EventResult onPlayerCreated (::LocalPlayer &player, ::std::string const &personaSlot, ::std::string const &classicSkinId, bool usingClassicSkin)
 
virtual::EventResult onPlayerTeleported (::Player &player)
 
virtual::EventResult onPlayerTeleported (::Player &, float)
 
virtual::EventResult onPlayerAttackedActor (::Player &player, ::Actor &target)
 
virtual::EventResult onPlayerDestroyedBlock (::Player &player, int x, int y, int z)
 
virtual::EventResult onPlayerDestroyedBlock (::Player &player, ::Block const &block)
 
virtual::EventResult onPlayerEquippedArmor (::Player &player, ::ItemDescriptor const &item)
 
virtual::EventResult onPlayerEnchantedItem (::Player &player, ::ItemStack const &item, ::ItemEnchants const &enchants)
 
virtual::EventResult onPlayerNamedItem (::Player &player, ::ItemDescriptor const &item)
 
virtual::EventResult onPlayerItemUseInteraction (::Player &player, ::ItemInstance const &itemBeforeUse)
 
virtual::EventResult onPlayerItemPlaceInteraction (::Player &player, ::ItemInstance const &itemBeforeUse)
 
virtual::EventResult onPlayerCraftedItem (::Player &player, ::ItemInstance const &craftedItem, bool recipeBook, bool hadSearchString, bool craftedAutomatically, int startingTabId, int endingTabId, int numTabsChanged, bool filterOn, bool recipeBookShown, ::std::vector< short > const &ingredientItemIDs)
 
virtual::EventResult onPlayerSmithiedItem (::Player &, ::ItemDescriptor const &)
 
virtual::EventResult onPlayerItemEquipped (::Player &player, ::ItemInstance const &equippedItem, int equipmentSlotId)
 
virtual::EventResult onPlayerPiglinBarter (::Player &player, ::std::string const &item, bool wasTargetingBarteringPlayer)
 
virtual::EventResult onPlayerWaxOnWaxOff (::Player &player, int const blockID)
 
virtual::EventResult onEvent (::PlayerNotificationEvent const &event)
 
MCAPI::EventResult $onPlayerAwardAchievement (::Player &player, ::MinecraftEventing::AchievementIds achievement)
 
MCAPI::EventResult $onPlayerPortalBuilt (::Player &player, ::DimensionType dimensionBuiltIn)
 
MCAPI::EventResult $onPlayerPortalUsed (::Player &player, ::DimensionType fromDimension, ::DimensionType toDimension)
 
MCAPI::EventResult $onPlayerPoweredBeacon (::Player const &player, int const level)
 
MCAPI::EventResult $onPlayerCaravanChanged (::Actor const &mob, int caravanCount)
 
MCAPI::EventResult $onPlayerSaved (::Player &player)
 
MCAPI::EventResult $onPlayerInput (::EntityContext &)
 
MCAPI::EventResult $onPlayerAuthInputReceived (::Player &)
 
MCAPI::EventResult $onPlayerAuthInputApplied (::Player &)
 
MCAPI::EventResult $onPlayerTurn (::Player &player, ::Vec2 &turnDelta)
 
MCAPI::EventResult $onCameraSetPlayerRot (::Player &, ::Vec2 const &)
 
MCAPI::EventResult $onStartDestroyBlock (::Player &player, ::BlockPos const &pos, uchar &face)
 
MCAPI::EventResult $onPlayerAction (::Player &player, ::PlayerActionType type, ::BlockPos const &pos, int data)
 
MCAPI::EventResult $onLocalPlayerDeath (::IClientInstance &client, ::LocalPlayer &player)
 
MCAPI::EventResult $onLocalPlayerRespawn (::IClientInstance &client, ::LocalPlayer &player)
 
MCAPI::EventResult $onPlayerMove (::Player &player)
 
MCAPI::EventResult $onPlayerSlide (::Player &player)
 
MCAPI::EventResult $onPlayerTargetBlockHit (::Player &player, int const signalStrength)
 
MCAPI::EventResult $onPlayerStartRiding (::Player &player, ::Actor &vehicle)
 
MCAPI::EventResult $onPlayerStopRiding (::Player &player, bool exitFromPassenger, bool entityIsBeingDestroyed, bool switchingVehicles)
 
MCAPI::EventResult $onPlayerCreated (::LocalPlayer &player, ::std::string const &personaSlot, ::std::string const &classicSkinId, bool usingClassicSkin)
 
MCAPI::EventResult $onPlayerTeleported (::Player &player)
 
MCAPI::EventResult $onPlayerTeleported (::Player &, float)
 
MCAPI::EventResult $onPlayerAttackedActor (::Player &player, ::Actor &target)
 
MCAPI::EventResult $onPlayerDestroyedBlock (::Player &player, int x, int y, int z)
 
MCAPI::EventResult $onPlayerDestroyedBlock (::Player &player, ::Block const &block)
 
MCAPI::EventResult $onPlayerEquippedArmor (::Player &player, ::ItemDescriptor const &item)
 
MCAPI::EventResult $onPlayerEnchantedItem (::Player &player, ::ItemStack const &item, ::ItemEnchants const &enchants)
 
MCAPI::EventResult $onPlayerNamedItem (::Player &player, ::ItemDescriptor const &item)
 
MCAPI::EventResult $onPlayerItemUseInteraction (::Player &player, ::ItemInstance const &itemBeforeUse)
 
MCAPI::EventResult $onPlayerItemPlaceInteraction (::Player &player, ::ItemInstance const &itemBeforeUse)
 
MCAPI::EventResult $onPlayerCraftedItem (::Player &player, ::ItemInstance const &craftedItem, bool recipeBook, bool hadSearchString, bool craftedAutomatically, int startingTabId, int endingTabId, int numTabsChanged, bool filterOn, bool recipeBookShown, ::std::vector< short > const &ingredientItemIDs)
 
MCAPI::EventResult $onPlayerSmithiedItem (::Player &, ::ItemDescriptor const &)
 
MCAPI::EventResult $onPlayerItemEquipped (::Player &player, ::ItemInstance const &equippedItem, int equipmentSlotId)
 
MCAPI::EventResult $onPlayerPiglinBarter (::Player &player, ::std::string const &item, bool wasTargetingBarteringPlayer)
 
MCAPI::EventResult $onPlayerWaxOnWaxOff (::Player &player, int const blockID)
 
MCAPI::EventResult $onEvent (::PlayerNotificationEvent const &event)
 

Static Public Member Functions

static MCAPI void ** $vftableForEditorServiceList ()
 
static MCAPI void ** $vftableForEditorPlayerServiceProvider ()
 
static MCAPI void ** $vftableForPlayerEventListener ()
 
static MCAPI void ** $vftableForIEditorPlayer ()
 
static MCAPI void ** $vftable ()
 
static MCAPI void ** $vftable ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkb995b8
 
::ll::UntypedStorage< 8, 48 > mUnk6374b5
 
::ll::UntypedStorage< 8, 24 > mUnk6b14f6
 
::ll::UntypedStorage< 4, 4 > mUnk2b7012
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 
::ll::UntypedStorage< 8, 24 > mUnk55e0ee
 

Constructor & Destructor Documentation

◆ EditorPlayerCommon()

MCAPI Editor::EditorPlayerCommon::EditorPlayerCommon ( ::Player & player)
explicit
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

◆ init()

virtual ::Scripting::Result_deprecated< void > Editor::EditorPlayerCommon::init ( )
virtual

Implements Editor::IEditorPlayer.

◆ ready()

virtual ::Scripting::Result_deprecated< void > Editor::EditorPlayerCommon::ready ( )
virtual

Implements Editor::IEditorPlayer.

◆ quit()

virtual ::Scripting::Result_deprecated< void > Editor::EditorPlayerCommon::quit ( )
virtual

Implements Editor::IEditorPlayer.

◆ getServiceProviders()

virtual::Editor::ServiceProviderCollection & Editor::EditorPlayerCommon::getServiceProviders ( )
virtual

Implements Editor::IEditorPlayer.

◆ registerTickSubscriber()

virtual ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription > Editor::EditorPlayerCommon::registerTickSubscriber ( ::std::function< void(::Editor::ServiceProviderCollection &)> fnTick)
virtual

◆ getPlayer()

virtual::Player * Editor::EditorPlayerCommon::getPlayer ( ) const
virtual

◆ _onTick()

virtual void Editor::EditorPlayerCommon::_onTick ( )
virtual

Implements Editor::IEditorPlayer.

◆ $ctor()

MCAPI void * Editor::EditorPlayerCommon::$ctor ( ::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.

◆ $dtor()

MCAPI void Editor::EditorPlayerCommon::$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.

◆ $init()

MCAPI ::Scripting::Result_deprecated< void > Editor::EditorPlayerCommon::$init ( )
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.

◆ $ready()

MCAPI ::Scripting::Result_deprecated< void > Editor::EditorPlayerCommon::$ready ( )
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.

◆ $quit()

MCAPI ::Scripting::Result_deprecated< void > Editor::EditorPlayerCommon::$quit ( )
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.

◆ $getServiceProviders()

MCAPI::Editor::ServiceProviderCollection & Editor::EditorPlayerCommon::$getServiceProviders ( )
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.

◆ $registerTickSubscriber()

MCAPI ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription > Editor::EditorPlayerCommon::$registerTickSubscriber ( ::std::function< void(::Editor::ServiceProviderCollection &)> fnTick)
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.

◆ $getPlayer()

MCAPI::Player * Editor::EditorPlayerCommon::$getPlayer ( ) const
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.

◆ $onPlayerTick()

MCAPI::EventResult Editor::EditorPlayerCommon::$onPlayerTick ( ::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.

◆ $_onTick()

MCAPI void Editor::EditorPlayerCommon::$_onTick ( )
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.

◆ $vftableForEditorServiceList()

static MCAPI void ** Editor::EditorPlayerCommon::$vftableForEditorServiceList ( )
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.

◆ $vftableForEditorPlayerServiceProvider()

static MCAPI void ** Editor::EditorPlayerCommon::$vftableForEditorPlayerServiceProvider ( )
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.

◆ $vftableForPlayerEventListener()

static MCAPI void ** Editor::EditorPlayerCommon::$vftableForPlayerEventListener ( )
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.

◆ $vftableForIEditorPlayer()

static MCAPI void ** Editor::EditorPlayerCommon::$vftableForIEditorPlayer ( )
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.

◆ $vftable() [1/3]

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

◆ _destroyServices()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorServiceList::_destroyServices ( )
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.

◆ _findService()

MCAPI::Editor::Services::IEditorService * Editor::Services::EditorServiceList::_findService ( ::std::string const & serviceName) const
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.

◆ _initServices()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorServiceList::_initServices ( )
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.

◆ _readyServices()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorServiceList::_readyServices ( )
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.

◆ _registerAndInitServiceList()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorServiceList::_registerAndInitServiceList ( ::std::vector<::std::unique_ptr<::Editor::Services::IEditorService > > serviceList)
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.

◆ _registerService()

MCAPI ::Scripting::Result_deprecated<::Editor::Services::IEditorService * > Editor::Services::EditorServiceList::_registerService ( ::std::unique_ptr<::Editor::Services::IEditorService > servicePtr)
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.

◆ $vftable() [2/3]

static MCAPI void ** Editor::Services::EditorServiceList::$vftable ( )
staticinherited
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.

◆ $onPlayerAwardAchievement()

MCAPI::EventResult PlayerEventListener::$onPlayerAwardAchievement ( ::Player & player,
::MinecraftEventing::AchievementIds achievement )
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.

◆ $onPlayerPortalBuilt()

MCAPI::EventResult PlayerEventListener::$onPlayerPortalBuilt ( ::Player & player,
::DimensionType dimensionBuiltIn )
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.

◆ $onPlayerPortalUsed()

MCAPI::EventResult PlayerEventListener::$onPlayerPortalUsed ( ::Player & player,
::DimensionType fromDimension,
::DimensionType toDimension )
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.

◆ $onPlayerPoweredBeacon()

MCAPI::EventResult PlayerEventListener::$onPlayerPoweredBeacon ( ::Player const & player,
int const level )
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.

◆ $onPlayerCaravanChanged()

MCAPI::EventResult PlayerEventListener::$onPlayerCaravanChanged ( ::Actor const & mob,
int caravanCount )
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.

◆ $onPlayerSaved()

MCAPI::EventResult PlayerEventListener::$onPlayerSaved ( ::Player & player)
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.

◆ $onPlayerInput()

MCAPI::EventResult PlayerEventListener::$onPlayerInput ( ::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.

◆ $onPlayerAuthInputReceived()

MCAPI::EventResult PlayerEventListener::$onPlayerAuthInputReceived ( ::Player & )
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.

◆ $onPlayerAuthInputApplied()

MCAPI::EventResult PlayerEventListener::$onPlayerAuthInputApplied ( ::Player & )
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.

◆ $onPlayerTurn()

MCAPI::EventResult PlayerEventListener::$onPlayerTurn ( ::Player & player,
::Vec2 & turnDelta )
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.

◆ $onCameraSetPlayerRot()

MCAPI::EventResult PlayerEventListener::$onCameraSetPlayerRot ( ::Player & ,
::Vec2 const &  )
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.

◆ $onStartDestroyBlock()

MCAPI::EventResult PlayerEventListener::$onStartDestroyBlock ( ::Player & player,
::BlockPos const & pos,
uchar & face )
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.

◆ $onPlayerAction()

MCAPI::EventResult PlayerEventListener::$onPlayerAction ( ::Player & player,
::PlayerActionType type,
::BlockPos const & pos,
int data )
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.

◆ $onLocalPlayerDeath()

MCAPI::EventResult PlayerEventListener::$onLocalPlayerDeath ( ::IClientInstance & client,
::LocalPlayer & player )
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.

◆ $onLocalPlayerRespawn()

MCAPI::EventResult PlayerEventListener::$onLocalPlayerRespawn ( ::IClientInstance & client,
::LocalPlayer & player )
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.

◆ $onPlayerMove()

MCAPI::EventResult PlayerEventListener::$onPlayerMove ( ::Player & player)
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.

◆ $onPlayerSlide()

MCAPI::EventResult PlayerEventListener::$onPlayerSlide ( ::Player & player)
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.

◆ $onPlayerTargetBlockHit()

MCAPI::EventResult PlayerEventListener::$onPlayerTargetBlockHit ( ::Player & player,
int const signalStrength )
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.

◆ $onPlayerStartRiding()

MCAPI::EventResult PlayerEventListener::$onPlayerStartRiding ( ::Player & player,
::Actor & vehicle )
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.

◆ $onPlayerStopRiding()

MCAPI::EventResult PlayerEventListener::$onPlayerStopRiding ( ::Player & player,
bool exitFromPassenger,
bool entityIsBeingDestroyed,
bool switchingVehicles )
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.

◆ $onPlayerCreated()

MCAPI::EventResult PlayerEventListener::$onPlayerCreated ( ::LocalPlayer & player,
::std::string const & personaSlot,
::std::string const & classicSkinId,
bool usingClassicSkin )
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.

◆ $onPlayerTeleported() [1/2]

MCAPI::EventResult PlayerEventListener::$onPlayerTeleported ( ::Player & player)
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.

◆ $onPlayerTeleported() [2/2]

MCAPI::EventResult PlayerEventListener::$onPlayerTeleported ( ::Player & ,
float  )
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.

◆ $onPlayerAttackedActor()

MCAPI::EventResult PlayerEventListener::$onPlayerAttackedActor ( ::Player & player,
::Actor & target )
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.

◆ $onPlayerDestroyedBlock() [1/2]

MCAPI::EventResult PlayerEventListener::$onPlayerDestroyedBlock ( ::Player & player,
int x,
int y,
int z )
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.

◆ $onPlayerDestroyedBlock() [2/2]

MCAPI::EventResult PlayerEventListener::$onPlayerDestroyedBlock ( ::Player & player,
::Block const & block )
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.

◆ $onPlayerEquippedArmor()

MCAPI::EventResult PlayerEventListener::$onPlayerEquippedArmor ( ::Player & player,
::ItemDescriptor const & item )
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.

◆ $onPlayerEnchantedItem()

MCAPI::EventResult PlayerEventListener::$onPlayerEnchantedItem ( ::Player & player,
::ItemStack const & item,
::ItemEnchants const & enchants )
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.

◆ $onPlayerNamedItem()

MCAPI::EventResult PlayerEventListener::$onPlayerNamedItem ( ::Player & player,
::ItemDescriptor const & item )
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.

◆ $onPlayerItemUseInteraction()

MCAPI::EventResult PlayerEventListener::$onPlayerItemUseInteraction ( ::Player & player,
::ItemInstance const & itemBeforeUse )
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.

◆ $onPlayerItemPlaceInteraction()

MCAPI::EventResult PlayerEventListener::$onPlayerItemPlaceInteraction ( ::Player & player,
::ItemInstance const & itemBeforeUse )
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.

◆ $onPlayerCraftedItem()

MCAPI::EventResult PlayerEventListener::$onPlayerCraftedItem ( ::Player & player,
::ItemInstance const & craftedItem,
bool recipeBook,
bool hadSearchString,
bool craftedAutomatically,
int startingTabId,
int endingTabId,
int numTabsChanged,
bool filterOn,
bool recipeBookShown,
::std::vector< short > const & ingredientItemIDs )
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.

◆ $onPlayerSmithiedItem()

MCAPI::EventResult PlayerEventListener::$onPlayerSmithiedItem ( ::Player & ,
::ItemDescriptor const &  )
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.

◆ $onPlayerItemEquipped()

MCAPI::EventResult PlayerEventListener::$onPlayerItemEquipped ( ::Player & player,
::ItemInstance const & equippedItem,
int equipmentSlotId )
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.

◆ $onPlayerPiglinBarter()

MCAPI::EventResult PlayerEventListener::$onPlayerPiglinBarter ( ::Player & player,
::std::string const & item,
bool wasTargetingBarteringPlayer )
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.

◆ $onPlayerWaxOnWaxOff()

MCAPI::EventResult PlayerEventListener::$onPlayerWaxOnWaxOff ( ::Player & player,
int const blockID )
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.

◆ $onEvent()

MCAPI::EventResult PlayerEventListener::$onEvent ( ::PlayerNotificationEvent const & event)
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.

◆ $vftable() [3/3]

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