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

Public Types

using ActorPropertyVariant = ::std::variant<float, bool, ::std::string>
 

Public Member Functions

virtual ::Scripting::Result_deprecated< void > applyImpulseStable (::Actor &self, ::Vec3 const &vector)
 
virtual ::Scripting::Result_deprecated< void > clearVelocityStable (::Actor &self)
 
virtual ::Scripting::Result_deprecated< void > remove (::Actor &self)
 
virtual bool isValid () const
 
MCAPI ::Scripting::Result_deprecated< bool > attack () const
 
MCAPI ::Scripting::Result_deprecated< bool > attackEntity (::ScriptModuleMinecraft::ScriptActor const &scriptActor) const
 
MCAPI ::Scripting::Result_deprecated< bool > breakBlock (::Vec3 const &pos, ::ScriptModuleMinecraft::ScriptFacing face) const
 
MCAPI ::Scripting::Result_deprecated< void > chat (::std::string const &message) const
 
MCAPI ::Scripting::Result_deprecated< void > disconnect () const
 
MCAPI ::Scripting::Result_deprecated< bool > dropSelectedItem () const
 
MCAPI ::Scripting::Result_deprecated< void > fly () const
 
MCAPI ::Scripting::Result_deprecated<::Vec2getHeadRotation ()
 
MCAPI ::Scripting::Result_deprecated< bool > getSprinting () const
 
MCAPI ::Scripting::Result_deprecated< bool > giveItem (::ScriptModuleMinecraft::ScriptItemStack const &scriptItemStack, bool selectSlot) const
 
MCAPI ::Scripting::Result_deprecated< bool > glide () const
 
MCAPI ::Scripting::Result_deprecated< bool > interact () const
 
MCAPI ::Scripting::Result_deprecated< bool > interactWithBlock (::Vec3 const &blockPos, ::ScriptModuleMinecraft::ScriptFacing facing) const
 
MCAPI ::Scripting::Result_deprecated< bool > interactWithEntity (::ScriptModuleMinecraft::ScriptActor const &scriptActor) const
 
MCAPI ::Scripting::Result_deprecated< bool > jump () const
 
MCAPI ::Scripting::Result_deprecated< void > lookAtBlock (::Vec3 const &blockPos, ::sim::LookDuration duration) const
 
MCAPI ::Scripting::Result_deprecated< void > lookAtEntity (::ScriptModuleMinecraft::ScriptActor const &scriptActor, ::sim::LookDuration duration) const
 
MCAPI ::Scripting::Result_deprecated< void > lookAtLocation (::Vec3 const &pos, ::sim::LookDuration duration) const
 
MCAPI ::Scripting::Result_deprecated< void > move (float directionX, float directionZ, float speed) const
 
MCAPI ::Scripting::Result_deprecated< void > moveRelative (float directionX, float directionZ, float speed) const
 
MCAPI ::Scripting::Result_deprecated< void > moveToBlock (::Vec3 const &position, ::std::optional<::ScriptModuleGameTest::ScriptMoveToOptions > options) const
 
MCAPI ::Scripting::Result_deprecated< void > moveToLocation (::Vec3 const &position, ::std::optional<::ScriptModuleGameTest::ScriptMoveToOptions > options) const
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleGameTest::ScriptNavigationResultnavigateToBlock (::Vec3 const &position, float speed) const
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleGameTest::ScriptNavigationResultnavigateToEntity (::ScriptModuleMinecraft::ScriptActor const &scriptActor, float speed) const
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleGameTest::ScriptNavigationResultnavigateToLocation (::Vec3 const &position, float speed) const
 
MCAPI ::Scripting::Result_deprecated< void > navigateToLocations (::std::vector<::Vec3 > const &positions, float speed) const
 
MCAPI ::Scripting::Result_deprecated< bool > respawn () const
 
MCAPI ::Scripting::Result_deprecated< void > rotateBody (float angleInDegrees) const
 
MCAPI ::Scripting::Result_deprecated< void > setBodyRotation (float angleInDegrees) const
 
MCAPI ::Scripting::Result_deprecated< bool > setItem (::ScriptModuleMinecraft::ScriptItemStack const &scriptItemStack, int slot, bool selectSlot) const
 
MCAPI ::Scripting::Result_deprecated< void > setSprinting (bool sprinting) const
 
MCAPI ::Scripting::Result_deprecated< void > startBuild (int slot) const
 
MCAPI ::Scripting::Result_deprecated< void > stopBreakingBlock () const
 
MCAPI ::Scripting::Result_deprecated< void > stopBuild () const
 
MCAPI ::Scripting::Result_deprecated< void > stopFlying () const
 
MCAPI ::Scripting::Result_deprecated< void > stopGliding () const
 
MCAPI ::Scripting::Result_deprecated< void > stopInteracting () const
 
MCAPI ::Scripting::Result_deprecated< void > stopMoving () const
 
MCAPI ::Scripting::Result_deprecated< void > stopSwimming () const
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > > stopUsingItem () const
 
MCAPI ::Scripting::Result_deprecated< void > swim () const
 
MCAPI ::Scripting::Result_deprecated< bool > useItem (::ScriptModuleMinecraft::ScriptItemStack const &scriptItemStack) const
 
MCAPI ::Scripting::Result_deprecated< bool > useItemInSlot (int slot) const
 
MCAPI ::Scripting::Result_deprecated< bool > useItemInSlotOnBlock (int slot, ::Vec3 const &pos, ::ScriptModuleMinecraft::ScriptFacing face, ::std::optional<::Vec3 > faceLocation) const
 
MCAPI ::Scripting::Result_deprecated< bool > useItemOnBlock (::ScriptModuleMinecraft::ScriptItemStack const &scriptItemStack, ::Vec3 const &pos, ::ScriptModuleMinecraft::ScriptFacing face, ::std::optional<::Vec3 > faceLocation) const
 
MCAPI ::Scripting::Result_deprecated< void > $applyImpulseStable (::Actor &self, ::Vec3 const &vector)
 
MCAPI ::Scripting::Result_deprecated< void > $clearVelocityStable (::Actor &self)
 
MCAPI ::Scripting::Result_deprecated< void > $remove (::Actor &self)
 
MCAPI bool $isValid () const
 
virtual ::Scripting::Result_deprecated< void > lookAt (::Actor &self, ::Vec3 const &targetLocation)
 
virtual void setUnloaded (::Actor &actor)
 
virtual void setLoading (::Actor const &actor)
 
virtual::ScoreboardId const & _getScoreboardId (::Scoreboard const &scoreboard) const
 
MCAPI uint _calculateTotalXp (::Player const &player) const
 
MCAPI ::Scripting::Result_deprecated< void > _playOrQueueMusic (::Player &player, ::std::string const &trackID, ::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions, bool shouldQueue)
 
MCAPI ::Scripting::Result_deprecated< void > _playSoundInternal (::std::string soundID, ::std::optional<::ScriptModuleMinecraft::ScriptPlayerSoundOptions > soundOptions)
 
MCAPI ::Scripting::Result_deprecated< uint > addExperience (int amount) const
 
MCAPI ::Scripting::Result_deprecated< int > addLevels (int amount) const
 
MCAPI ::Scripting::Result_deprecated< uint > calculateTotalXp () const
 
MCAPI ::Scripting::Result_deprecated< void > clearPropertyOverridesForEntity (::ScriptModuleMinecraft::ScriptActor const &targetEntity)
 
MCAPI ::Scripting::Result_deprecated< void > eatItem (::ScriptModuleMinecraft::ScriptItemStack const &scriptItemStack)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayerAimAssistgetAimAssist () const
 
MCAPI ::Scripting::Result_deprecated<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCamera > > getCamera ()
 
MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptClientSystemInfo > > getClientSystemInfo ()
 
MCAPI ::Scripting::Result<::CommandPermissionLevel, ::ScriptModuleMinecraft::ScriptInvalidActorErrorgetCommandPermissionLevel () const
 
MCAPI ::Scripting::Result_deprecated<::GameType > getGameMode () const
 
MCAPI ::Scripting::Result<::GraphicsMode, ::ScriptModuleMinecraft::ScriptInvalidActorErrorgetGraphicsMode () const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptInputInfogetInputInfo () const
 
MCAPI ::Scripting::Result_deprecated< int > getItemCooldownLeft (::std::string const &type) const
 
MCAPI ::Scripting::Result_deprecated<::std::string > getName () const
 
MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScreenDisplay > > getOrCreateScreenDisplay ()
 
MCAPI ::Scripting::Result_deprecated< int > getPlayerLevel () const
 
MCAPI ::Scripting::Result<::PlayerPermissionLevel, ::ScriptModuleMinecraft::ScriptInvalidActorErrorgetPlayerPermissionLevel () const
 
MCAPI ::Scripting::Result_deprecated< int > getSelectedSlot () const
 
MCAPI ::Scripting::Result_deprecated<::std::optional<::ScriptModuleMinecraft::ScriptDimensionLocation > > getSpawnPoint () const
 
MCAPI ::Scripting::Result_deprecated< int > getTotalXpNeededForNextLevel () const
 
MCAPI ::Scripting::Result_deprecated< int > getXpEarnedAtCurrentLevel () const
 
MCAPI ::Scripting::Result_deprecated< bool > isEmoting () const
 
MCAPI ::Scripting::Result_deprecated< bool > isFlying () const
 
MCAPI ::Scripting::Result_deprecated< bool > isGliding () const
 
MCAPI ::Scripting::Result_deprecated< bool > isJumping () const
 
MCAPI ::Scripting::Result_deprecated< void > playMusic (::std::string const &trackID, ::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions)
 
MCAPI ::Scripting::Result_deprecated< void > playSound (::std::string const &soundID, ::std::optional<::ScriptModuleMinecraft::ScriptPlayerSoundOptions > soundOptions)
 
MCAPI ::Scripting::Result_deprecated< void > playSound_V010 (::std::string const &soundID, ::std::optional<::ScriptModuleMinecraft::ScriptSoundOptions > soundOptions)
 
MCAPI ::Scripting::Result_deprecated< void > postClientMessage (::std::string const &id, ::std::string const &value)
 
MCAPI ::Scripting::Result_deprecated< void > queueMusic (::std::string const &trackID, ::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions)
 
MCAPI ::Scripting::Result_deprecated< void > removePropertyOverrideForEntity (::ScriptModuleMinecraft::ScriptActor const &targetEntity, ::std::string const &identifier)
 
MCAPI ::Scripting::Result_deprecated< void > resetPlayerLevel () const
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptModuleMinecraft::ScriptRawMessageErrorsendMessage (::Scripting::ContextConfig const &contextConfig, ::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > const &var) const
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorErrorsetCommandPermissionLevel (::CommandPermissionLevel commandPermissionLevel)
 
MCAPI ::Scripting::Result_deprecated< void > setGameMode (::std::optional<::GameType > gameModeOrUndefined)
 
MCAPI ::Scripting::Result_deprecated< void > setPropertyOverrideForEntity (::ScriptModuleMinecraft::ScriptActor const &targetEntity, ::std::string const &identifier, ::std::variant< float, bool, ::std::string > const &value)
 
MCAPI ::Scripting::Result< void, ::Scripting::Error, ::Scripting::PropertyOutOfBoundsErrorsetSelectedSlot (int slot) const
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError, ::Scripting::ErrorsetSpawnPoint (::std::optional<::ScriptModuleMinecraft::ScriptDimensionLocation > const &dimensionLocation) const
 
MCAPI ::Scripting::Result< void, ::Scripting::Error, ::ScriptModuleMinecraft::ScriptLocationInUnloadedChunkError, ::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsErrorspawnParticle (::std::string const &effectName, ::Vec3 const &location, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptMolangVariableMap > > molangVariables)
 
MCAPI ::Scripting::Result_deprecated< void > startItemCooldown (::std::string const &itemType, int duration)
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorErrorstopAllSounds ()
 
MCAPI ::Scripting::Result_deprecated< void > stopMusic ()
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorErrorstopSound (::std::string const &soundID)
 
MCAPI void * $ctor (::ScriptModuleMinecraft::ScriptPlayer &&)
 
MCAPI void * $ctor (::Player const &player, ::Scripting::WeakLifetimeScope const &scope)
 
MCAPI void * $ctor (::ScriptModuleMinecraft::ScriptActorData const &playerData, ::Scripting::WeakLifetimeScope const &scope)
 
MCAPI void * $ctor (::ScriptModuleMinecraft::ScriptActor &&)
 
MCAPI void * $ctor (::Actor const &actor, ::Scripting::WeakLifetimeScope const &scope)
 
MCAPI void $dtor ()
 
MCAPI ::Scripting::Result_deprecated< void > $lookAt (::Actor &self, ::Vec3 const &targetLocation)
 
MCAPI void $setUnloaded (::Actor &actor)
 
MCAPI void $setLoading (::Actor const &actor)
 
MCAPI::ScoreboardId const & $_getScoreboardId (::Scoreboard const &scoreboard) const
 
virtual ::Scripting::Result_deprecated<::std::string > getNameTag (::Actor const &self) const
 
virtual ::Scripting::Result_deprecated< void > setNameTag (::Actor &self, ::std::string const &nameTag)
 
virtual ::Scripting::Result_deprecated< bool > getSneaking (::Actor const &self) const
 
virtual ::Scripting::Result_deprecated< void > setSneaking (::Actor &self, bool isSneaking)
 
MCAPI ::Scripting::Result_deprecated< bool > _applyDamage (::Actor &self, float amount, ::ScriptModuleMinecraft::ScriptActorApplyDamageOptions const &options)
 
MCAPI ::Scripting::Result_deprecated< bool > _applyProjectileDamage (::Actor &self, float amount, ::ScriptModuleMinecraft::ScriptActorApplyDamageByProjectileOptions const &options)
 
MCAPI::DynamicPropertyDefinition const * _getDynamicPropertyDefinition (::Actor &self, ::std::string const &key) const
 
MCAPI::MobEffect const * _getEffectHelper (::std::variant< ::std::string, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEffectType > > const &effect) const
 
MCAPI ::Scripting::Result_deprecated< bool > _teleport (::Actor &self, ::Vec3 const &location, ::std::optional<::ScriptModuleMinecraft::ScriptTeleportOptions > const &options, bool safeTeleport)
 
MCFOLD ::std::optional<::Scripting::Error_validateDynamicProperty (::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > const *value)
 
MCAPI ::std::optional<::Scripting::Error_validateDynamicProperty_V010 (::Actor &self, ::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > const *value, ::std::string const &functionName)
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptMobEffectInstance > > > addEffect (::Actor &self, ::std::variant< ::std::string, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEffectType > > const &effectType, int duration, ::std::optional<::ScriptModuleMinecraft::ScriptEntityEffectOptions > const &options)
 
MCAPI ::Scripting::Result_deprecated< void > addEffect_V010 (::Actor &self, ::ScriptModuleMinecraft::ScriptEffectType const &effectType, int duration, int amplifier, bool showParticles)
 
MCAPI ::Scripting::Result_deprecated< bool > addTag (::Actor &self, ::std::string const &tag)
 
MCAPI ::Scripting::Result_deprecated< bool > addTag_010 (::Actor &self, ::std::string const &tag)
 
MCAPI ::Scripting::Result_deprecated< bool > applyDamage (::Actor &self, float amount, ::std::optional<::std::variant< ::ScriptModuleMinecraft::ScriptActorApplyDamageOptions, ::ScriptModuleMinecraft::ScriptActorApplyDamageByProjectileOptions > > const &options)
 
MCFOLD ::Scripting::Result_deprecated< void > applyImpulseBeta (::Actor &self, ::Vec3 const &vector)
 
MCAPI ::Scripting::Result_deprecated< void > applyKnockback_V1 (::Actor &self, float directionX, float directionZ, float horizontalStrength, float verticalStrength)
 
MCAPI ::Scripting::Result_deprecated< void > applyKnockback_V2 (::Actor &self, ::VecXZ const &horizontalForce, float verticalStrength)
 
MCAPI ::Scripting::Result_deprecated< void > clearDynamicProperties (::Actor &self, ::Scripting::ContextConfig const &contextConfig)
 
MCFOLD ::Scripting::Result_deprecated< void > clearVelocityBeta (::Actor &self)
 
MCAPI ::Scripting::Result_deprecated< bool > extinguishFire (::Actor &self, bool useEffects)
 
MCAPI ::Scripting::Result_deprecated<::std::optional<::ScriptModuleMinecraft::ScriptBlockRaycastHit > > getBlockFromViewDirection (::Actor const &self, ::Scripting::WeakLifetimeScope scope, ::std::optional<::ScriptModuleMinecraft::ScriptBlockRaycastOptions > const &options) const
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > > > getBlockFromViewVector_010 (::Actor const &self, ::Scripting::WeakLifetimeScope scope, ::std::optional<::ScriptModuleMinecraft::ScriptBlockRaycastOptions > const &options) const
 
MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorComponent > > getComponent (::Scripting::WeakLifetimeScope scope, ::std::unordered_map<::std::string, ::std::unique_ptr<::ScriptModuleMinecraft::IComponentFactory > > const &factories, ::std::string const &id)
 
MCAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorComponent > > getComponents (::Scripting::WeakLifetimeScope scope, ::std::unordered_map<::std::string, ::std::unique_ptr<::ScriptModuleMinecraft::IComponentFactory > > const &factories)
 
MCAPI ::Scripting::Result_deprecated<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > > getDimension (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > > getDynamicProperty (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::string const &key)
 
MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string > > getDynamicPropertyIds (::Actor &self, ::Scripting::ContextConfig const &contextConfig)
 
MCAPI ::Scripting::Result_deprecated< int > getDynamicPropertyTotalByteCount (::Actor &self, ::Scripting::ContextConfig const &contextConfig)
 
MCAPI ::Scripting::Result_deprecated<::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > > getDynamicProperty_V010 (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::string const &key)
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptMobEffectInstance > > > getEffect (::Actor const &self, ::std::variant< ::std::string, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEffectType > > const &effectType) const
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptMobEffectInstance > > > getEffect_V010 (::Actor const &self, ::ScriptModuleMinecraft::ScriptEffectType const &effectType) const
 
MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptMobEffectInstance > > > getEffects (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::std::vector<::ScriptModuleMinecraft::ScriptEntityRaycastHit > > getEntitiesFromViewDirection (::Actor const &self, ::Scripting::WeakLifetimeScope scope, ::std::optional<::ScriptModuleMinecraft::ScriptEntityRaycastOptions > const &options) const
 
MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > > getEntitiesFromViewVector_010 (::Actor const &self, ::Scripting::WeakLifetimeScope scope, ::std::optional<::ScriptModuleMinecraft::ScriptEntityRaycastOptions > const &options) const
 
MCAPI ::Scripting::Result_deprecated<::Vec3getHeadLocation (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::Vec3getHeadLocation_010 (::Actor const &self) const
 
MCAPI::std::string getId () const
 
MCAPI ::Scripting::Result_deprecated<::std::string > getId_010 (::Actor const &self) const
 
MCAPI ::Scripting::Result<::std::string, ::ScriptModuleMinecraft::ScriptInvalidActorErrorgetLocalizationKey () const
 
MCAPI ::Scripting::Result_deprecated<::Vec3getLocation (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::std::optional<::std::variant< float, bool, ::std::string > > > getProperty (::Actor const &self, ::std::string const &identifier) const
 
MCAPI ::Scripting::Result_deprecated<::Vec2getRotation (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleMinecraft::ScriptXYRotationgetRotation_V010 (::Actor const &self) const
 
MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity > > getScoreboardIdentity ()
 
MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string > > getTags (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > > getTarget (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > getTarget_010 (::Actor const &self) const
 
MCAPI::std::string getTypeId () const
 
MCAPI ::Scripting::Result_deprecated<::Vec3getVelocity (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleMinecraft::ScriptVectorgetVelocity_010 (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::Vec3getViewDirection (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleMinecraft::ScriptVectorgetViewVector_010 (::Actor const &self) const
 
MCAPI bool hasComponent (::Scripting::WeakLifetimeScope scope, ::std::unordered_map<::std::string, ::std::unique_ptr<::ScriptModuleMinecraft::IComponentFactory > > const &factories, ::std::string const &name)
 
MCAPI ::Scripting::Result_deprecated< bool > hasTag (::Actor const &self, ::std::string const &tag) const
 
MCAPI ::Scripting::Result_deprecated< bool > isClimbing (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< bool > isFalling (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< bool > isInWater (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< bool > isOnGround (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< bool > isSleeping (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< bool > isSprinting (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< bool > isSwimming (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< bool > kill (::Actor &self)
 
MCAPI ::Scripting::Result_deprecated< void > kill_010 (::Actor &self)
 
MCAPI ::Scripting::Result_deprecated< bool > matches (::Actor const &self, ::ScriptModuleMinecraft::ScriptActorQueryOptions options) const
 
MCAPI ::Scripting::Result_deprecated< void > playAnimation (::Actor &self, ::std::string const &animationName, ::std::optional<::ScriptModuleMinecraft::ScriptPlayAnimationOptions > const &options)
 
MCAPI ::Scripting::Result_deprecated< bool > removeDynamicProperty_V010 (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::string const &key)
 
MCAPI ::Scripting::Result_deprecated< bool > removeEffect (::Actor &self, ::std::variant< ::std::string, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEffectType > > const &effectType)
 
MCAPI ::Scripting::Result_deprecated< bool > removeTag (::Actor &self, ::std::string const &tag)
 
MCAPI ::Scripting::Result<::std::variant< float, bool, ::std::string >, ::Scripting::EngineError, ::Scripting::ErrorresetProperty (::Actor &self, ::std::string const &identifier)
 
MCAPI ::Scripting::Result< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCommandResult >, ::ScriptModuleMinecraft::ScriptCommandError, ::ScriptModuleMinecraft::ScriptInvalidActorErrorrunCommand (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::string const &commandString)
 
MCAPI ::Scripting::Result_deprecated<::Scripting::Promise< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCommandResult >, ::ScriptModuleMinecraft::ScriptCommandError, void > > runCommandAsync (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::Scripting::ScriptObjectFactory &factory, ::std::string const &commandString)
 
MCAPI ::Scripting::Result_deprecated<::Scripting::JSONrunCommand_V010 (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::string const &commandString)
 
MCAPI ::Scripting::Result_deprecated< void > setDynamicProperties (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::unordered_map<::std::string, ::std::variant< double, float, bool, ::std::string, ::Vec3 > > const &values)
 
MCAPI ::Scripting::Result_deprecated< void > setDynamicProperty (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::string const &key, ::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > const &value)
 
MCAPI ::Scripting::Result_deprecated< void > setDynamicProperty_V010 (::Actor &self, ::Scripting::ContextConfig const &contextConfig, ::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > &value)
 
MCAPI ::Scripting::Result_deprecated< bool > setOnFire (::Actor &self, int seconds, bool useEffects)
 
MCAPI ::Scripting::Result_deprecated< void > setProperty (::Actor &self, ::std::string const &identifier, ::std::variant< float, bool, ::std::string > const &value)
 
MCAPI ::Scripting::Result_deprecated< void > setRotation (::Actor &self, ::Vec2 rotation)
 
MCAPI ::Scripting::Result_deprecated< void > setRotation_V010 (::Actor &self, float x, float y)
 
MCAPI ::Scripting::Result_deprecated< void > setTarget (::Actor &self, ::ScriptModuleMinecraft::ScriptActor &target)
 
MCAPI ::Scripting::Result_deprecated< void > setVelocity_010 (::Actor &self, ::ScriptModuleMinecraft::ScriptVector const &vel)
 
MCAPI ::Scripting::Result_deprecated< void > teleport (::Actor &self, ::Vec3 const &location, ::std::optional<::ScriptModuleMinecraft::ScriptTeleportOptions > const &options)
 
MCAPI ::Scripting::Result_deprecated< void > teleportFacing_V010 (::Actor &self, ::Vec3 const &location, ::ScriptModuleMinecraft::ScriptDimension &dimension, ::Vec3 const &facingLocation, bool keepVelocity)
 
MCAPI ::Scripting::Result_deprecated< void > teleport_V010 (::Actor &self, ::Vec3 const &location, ::ScriptModuleMinecraft::ScriptDimension &dimension, float xRotation, float yRotation, bool keepVelocity)
 
MCAPI ::Scripting::Result_deprecated< void > triggerEvent (::Actor &self, ::std::string const &eventName)
 
MCAPI ::Scripting::Result_deprecated< void > triggerEvent_V010 (::Actor &self, ::std::string const &eventName)
 
MCAPI ::Scripting::Result_deprecated< bool > tryTeleport (::Actor &self, ::Vec3 const &location, ::std::optional<::ScriptModuleMinecraft::ScriptTeleportOptions > const &options)
 
MCAPI ::Scripting::Result_deprecated<::std::string > $getNameTag (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< void > $setNameTag (::Actor &self, ::std::string const &nameTag)
 
MCAPI ::Scripting::Result_deprecated< bool > $getSneaking (::Actor const &self) const
 
MCAPI ::Scripting::Result_deprecated< void > $setSneaking (::Actor &self, bool isSneaking)
 

Static Public Member Functions

static MCAPI ::gametest::BaseGameTestHelper const * _getHelper (::SimulatedPlayer const &player)
 
static MCAPI ::std::optional<::gametest::GameTestError_toWorld (::SimulatedPlayer &player, ::BlockPos *blockPos, uchar *face, ::Vec3 *pos)
 
static MCAPI ::ScriptModuleGameTest::ScriptNavigationResult _worldToLocalNavigationResult (::SimulatedPlayer &player, ::ScriptModuleGameTest::ScriptNavigationResult navigationResult)
 
static MCAPI ::Scripting::ClassBinding bind ()
 
static MCAPI void ** $vftable ()
 
static MCAPI ::Scripting::ClassBinding bind (::std::unordered_map<::std::string, ::std::unique_ptr<::ScriptModuleMinecraft::IComponentFactory > > &supportedComponentFactories)
 
static MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > getHandle (::WeakEntityRef entityRef, ::Scripting::WeakLifetimeScope const &scope)
 
static MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > getHandle (::StackRefResult<::EntityContext > entityRef, ::Scripting::WeakLifetimeScope const &scope)
 
static MCAPI ::ActortryGetActor (::Scripting::TypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > const &handle, ::Scripting::WeakLifetimeScope const &context)
 

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnke7a12b
 
::ll::UntypedStorage< 8, 32 > mUnke4f065
 
::ll::UntypedStorage< 8, 40 > mUnk5c4fca
 
::ll::UntypedStorage< 8, 40 > mUnk49ae46
 
::ll::UntypedStorage< 8, 40 > mUnka42324
 
::ll::UntypedStorage< 8, 32 > mUnka51820
 
::ll::TypedStorage< 8, 16, ::Scripting::WeakLifetimeScopemScope
 
::ll::TypedStorage< 8, 24, ::WeakEntityRefmEntityRef
 
::ll::TypedStorage< 8, 8, ::ActorUniqueIDmUniqueId
 
::ll::TypedStorage< 8, 64, ::std::unordered_map< ::std::string, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorComponent > > > mAttachedComponents
 
::ll::TypedStorage< 4, 4, ::ScriptModuleMinecraft::ScriptActorLifetimeState > mLifetimeState
 
::ll::TypedStorage< 8, 8, ::gsl::not_null<::ServerLevel * > > mLevel
 
::ll::TypedStorage< 8, 32, ::std::string > mTypeId
 
::ll::TypedStorage< 8, 32, ::std::string > mUniqueIdString
 

Member Function Documentation

◆ isValid()

virtual bool ScriptModuleGameTest::ScriptSimulatedPlayer::isValid ( ) const
virtual

◆ attack()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::attack ( ) 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.

◆ attackEntity()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::attackEntity ( ::ScriptModuleMinecraft::ScriptActor const & scriptActor) 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.

◆ breakBlock()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::breakBlock ( ::Vec3 const & pos,
::ScriptModuleMinecraft::ScriptFacing face ) 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.

◆ chat()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::chat ( ::std::string const & message) 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.

◆ disconnect()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::disconnect ( ) 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.

◆ dropSelectedItem()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::dropSelectedItem ( ) 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.

◆ fly()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::fly ( ) 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.

◆ getHeadRotation()

MCAPI ::Scripting::Result_deprecated<::Vec2 > ScriptModuleGameTest::ScriptSimulatedPlayer::getHeadRotation ( )
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.

◆ getSprinting()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::getSprinting ( ) 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.

◆ giveItem()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::giveItem ( ::ScriptModuleMinecraft::ScriptItemStack const & scriptItemStack,
bool selectSlot ) 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.

◆ glide()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::glide ( ) 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.

◆ interact()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::interact ( ) 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.

◆ interactWithBlock()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::interactWithBlock ( ::Vec3 const & blockPos,
::ScriptModuleMinecraft::ScriptFacing facing ) 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.

◆ interactWithEntity()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::interactWithEntity ( ::ScriptModuleMinecraft::ScriptActor const & scriptActor) 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.

◆ jump()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::jump ( ) 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.

◆ lookAtBlock()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::lookAtBlock ( ::Vec3 const & blockPos,
::sim::LookDuration duration ) 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.

◆ lookAtEntity()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::lookAtEntity ( ::ScriptModuleMinecraft::ScriptActor const & scriptActor,
::sim::LookDuration duration ) 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.

◆ lookAtLocation()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::lookAtLocation ( ::Vec3 const & pos,
::sim::LookDuration duration ) 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.

◆ move()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::move ( float directionX,
float directionZ,
float speed ) 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.

◆ moveRelative()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::moveRelative ( float directionX,
float directionZ,
float speed ) 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.

◆ moveToBlock()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::moveToBlock ( ::Vec3 const & position,
::std::optional<::ScriptModuleGameTest::ScriptMoveToOptions > options ) 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.

◆ moveToLocation()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::moveToLocation ( ::Vec3 const & position,
::std::optional<::ScriptModuleGameTest::ScriptMoveToOptions > options ) 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.

◆ navigateToBlock()

MCAPI ::Scripting::Result_deprecated<::ScriptModuleGameTest::ScriptNavigationResult > ScriptModuleGameTest::ScriptSimulatedPlayer::navigateToBlock ( ::Vec3 const & position,
float speed ) 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.

◆ navigateToEntity()

MCAPI ::Scripting::Result_deprecated<::ScriptModuleGameTest::ScriptNavigationResult > ScriptModuleGameTest::ScriptSimulatedPlayer::navigateToEntity ( ::ScriptModuleMinecraft::ScriptActor const & scriptActor,
float speed ) 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.

◆ navigateToLocation()

MCAPI ::Scripting::Result_deprecated<::ScriptModuleGameTest::ScriptNavigationResult > ScriptModuleGameTest::ScriptSimulatedPlayer::navigateToLocation ( ::Vec3 const & position,
float speed ) 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.

◆ navigateToLocations()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::navigateToLocations ( ::std::vector<::Vec3 > const & positions,
float speed ) 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.

◆ respawn()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::respawn ( ) 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.

◆ rotateBody()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::rotateBody ( float angleInDegrees) 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.

◆ setBodyRotation()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::setBodyRotation ( float angleInDegrees) 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.

◆ setItem()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::setItem ( ::ScriptModuleMinecraft::ScriptItemStack const & scriptItemStack,
int slot,
bool selectSlot ) 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.

◆ setSprinting()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::setSprinting ( bool sprinting) 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.

◆ startBuild()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::startBuild ( int slot) 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.

◆ stopBreakingBlock()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::stopBreakingBlock ( ) 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.

◆ stopBuild()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::stopBuild ( ) 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.

◆ stopFlying()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::stopFlying ( ) 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.

◆ stopGliding()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::stopGliding ( ) 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.

◆ stopInteracting()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::stopInteracting ( ) 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.

◆ stopMoving()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::stopMoving ( ) 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.

◆ stopSwimming()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::stopSwimming ( ) 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.

◆ stopUsingItem()

MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > > ScriptModuleGameTest::ScriptSimulatedPlayer::stopUsingItem ( ) 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.

◆ swim()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::swim ( ) 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.

◆ useItem()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::useItem ( ::ScriptModuleMinecraft::ScriptItemStack const & scriptItemStack) 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.

◆ useItemInSlot()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::useItemInSlot ( int slot) 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.

◆ useItemInSlotOnBlock()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::useItemInSlotOnBlock ( int slot,
::Vec3 const & pos,
::ScriptModuleMinecraft::ScriptFacing face,
::std::optional<::Vec3 > faceLocation ) 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.

◆ useItemOnBlock()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleGameTest::ScriptSimulatedPlayer::useItemOnBlock ( ::ScriptModuleMinecraft::ScriptItemStack const & scriptItemStack,
::Vec3 const & pos,
::ScriptModuleMinecraft::ScriptFacing face,
::std::optional<::Vec3 > faceLocation ) 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.

◆ _getHelper()

static MCAPI ::gametest::BaseGameTestHelper const * ScriptModuleGameTest::ScriptSimulatedPlayer::_getHelper ( ::SimulatedPlayer const & player)
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.

◆ _toWorld()

static MCAPI ::std::optional<::gametest::GameTestError > ScriptModuleGameTest::ScriptSimulatedPlayer::_toWorld ( ::SimulatedPlayer & player,
::BlockPos * blockPos,
uchar * face,
::Vec3 * pos )
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.

◆ _worldToLocalNavigationResult()

static MCAPI ::ScriptModuleGameTest::ScriptNavigationResult ScriptModuleGameTest::ScriptSimulatedPlayer::_worldToLocalNavigationResult ( ::SimulatedPlayer & player,
::ScriptModuleGameTest::ScriptNavigationResult navigationResult )
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.

◆ bind()

static MCAPI ::Scripting::ClassBinding ScriptModuleGameTest::ScriptSimulatedPlayer::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.

◆ $applyImpulseStable()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::$applyImpulseStable ( ::Actor & self,
::Vec3 const & vector )
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.

◆ $clearVelocityStable()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::$clearVelocityStable ( ::Actor & self)
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.

◆ $remove()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleGameTest::ScriptSimulatedPlayer::$remove ( ::Actor & self)
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.

◆ $isValid()

MCAPI bool ScriptModuleGameTest::ScriptSimulatedPlayer::$isValid ( ) 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.

◆ $vftable()

static MCAPI void ** ScriptModuleGameTest::ScriptSimulatedPlayer::$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.

◆ setUnloaded()

virtual void ScriptModuleMinecraft::ScriptPlayer::setUnloaded ( ::Actor & actor)
virtualinherited

◆ setLoading()

virtual void ScriptModuleMinecraft::ScriptPlayer::setLoading ( ::Actor const & actor)
virtualinherited

◆ _calculateTotalXp()

MCAPI uint ScriptModuleMinecraft::ScriptPlayer::_calculateTotalXp ( ::Player const & player) 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.

◆ _playOrQueueMusic()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::_playOrQueueMusic ( ::Player & player,
::std::string const & trackID,
::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions,
bool shouldQueue )
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.

◆ _playSoundInternal()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::_playSoundInternal ( ::std::string soundID,
::std::optional<::ScriptModuleMinecraft::ScriptPlayerSoundOptions > soundOptions )
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.

◆ addExperience()

MCAPI ::Scripting::Result_deprecated< uint > ScriptModuleMinecraft::ScriptPlayer::addExperience ( int amount) 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.

◆ addLevels()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptPlayer::addLevels ( int amount) 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.

◆ calculateTotalXp()

MCAPI ::Scripting::Result_deprecated< uint > ScriptModuleMinecraft::ScriptPlayer::calculateTotalXp ( ) 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.

◆ clearPropertyOverridesForEntity()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::clearPropertyOverridesForEntity ( ::ScriptModuleMinecraft::ScriptActor const & targetEntity)
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.

◆ eatItem()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::eatItem ( ::ScriptModuleMinecraft::ScriptItemStack const & scriptItemStack)
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.

◆ getAimAssist()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayerAimAssist > ScriptModuleMinecraft::ScriptPlayer::getAimAssist ( ) 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.

◆ getCamera()

MCAPI ::Scripting::Result_deprecated<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCamera > > ScriptModuleMinecraft::ScriptPlayer::getCamera ( )
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.

◆ getClientSystemInfo()

MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptClientSystemInfo > > ScriptModuleMinecraft::ScriptPlayer::getClientSystemInfo ( )
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.

◆ getCommandPermissionLevel()

MCAPI ::Scripting::Result<::CommandPermissionLevel, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptModuleMinecraft::ScriptPlayer::getCommandPermissionLevel ( ) 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.

◆ getGameMode()

MCAPI ::Scripting::Result_deprecated<::GameType > ScriptModuleMinecraft::ScriptPlayer::getGameMode ( ) 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.

◆ getGraphicsMode()

MCAPI ::Scripting::Result<::GraphicsMode, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptModuleMinecraft::ScriptPlayer::getGraphicsMode ( ) 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.

◆ getInputInfo()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptInputInfo > ScriptModuleMinecraft::ScriptPlayer::getInputInfo ( ) 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.

◆ getItemCooldownLeft()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptPlayer::getItemCooldownLeft ( ::std::string const & type) 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.

◆ getName()

MCAPI ::Scripting::Result_deprecated<::std::string > ScriptModuleMinecraft::ScriptPlayer::getName ( ) 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.

◆ getOrCreateScreenDisplay()

MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScreenDisplay > > ScriptModuleMinecraft::ScriptPlayer::getOrCreateScreenDisplay ( )
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.

◆ getPlayerLevel()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptPlayer::getPlayerLevel ( ) 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.

◆ getPlayerPermissionLevel()

MCAPI ::Scripting::Result<::PlayerPermissionLevel, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptModuleMinecraft::ScriptPlayer::getPlayerPermissionLevel ( ) 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.

◆ getSelectedSlot()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptPlayer::getSelectedSlot ( ) 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.

◆ getSpawnPoint()

MCAPI ::Scripting::Result_deprecated<::std::optional<::ScriptModuleMinecraft::ScriptDimensionLocation > > ScriptModuleMinecraft::ScriptPlayer::getSpawnPoint ( ) 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.

◆ getTotalXpNeededForNextLevel()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptPlayer::getTotalXpNeededForNextLevel ( ) 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.

◆ getXpEarnedAtCurrentLevel()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptPlayer::getXpEarnedAtCurrentLevel ( ) 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.

◆ isEmoting()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptPlayer::isEmoting ( ) 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.

◆ isFlying()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptPlayer::isFlying ( ) 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.

◆ isGliding()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptPlayer::isGliding ( ) 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.

◆ isJumping()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptPlayer::isJumping ( ) 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.

◆ playMusic()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::playMusic ( ::std::string const & trackID,
::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions )
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.

◆ playSound()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::playSound ( ::std::string const & soundID,
::std::optional<::ScriptModuleMinecraft::ScriptPlayerSoundOptions > soundOptions )
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.

◆ playSound_V010()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::playSound_V010 ( ::std::string const & soundID,
::std::optional<::ScriptModuleMinecraft::ScriptSoundOptions > soundOptions )
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.

◆ postClientMessage()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::postClientMessage ( ::std::string const & id,
::std::string const & value )
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.

◆ queueMusic()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::queueMusic ( ::std::string const & trackID,
::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions )
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.

◆ removePropertyOverrideForEntity()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::removePropertyOverrideForEntity ( ::ScriptModuleMinecraft::ScriptActor const & targetEntity,
::std::string const & identifier )
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.

◆ resetPlayerLevel()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::resetPlayerLevel ( ) 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.

◆ sendMessage()

MCAPI ::Scripting:: Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptModuleMinecraft::ScriptRawMessageError > ScriptModuleMinecraft::ScriptPlayer::sendMessage ( ::Scripting::ContextConfig const & contextConfig,
::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > const & var ) 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.

◆ setCommandPermissionLevel()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptModuleMinecraft::ScriptPlayer::setCommandPermissionLevel ( ::CommandPermissionLevel commandPermissionLevel)
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.

◆ setGameMode()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::setGameMode ( ::std::optional<::GameType > gameModeOrUndefined)
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.

◆ setPropertyOverrideForEntity()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::setPropertyOverrideForEntity ( ::ScriptModuleMinecraft::ScriptActor const & targetEntity,
::std::string const & identifier,
::std::variant< float, bool, ::std::string > const & value )
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.

◆ setSelectedSlot()

MCAPI ::Scripting::Result< void, ::Scripting::Error, ::Scripting::PropertyOutOfBoundsError > ScriptModuleMinecraft::ScriptPlayer::setSelectedSlot ( int slot) 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.

◆ setSpawnPoint()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError, ::Scripting::Error > ScriptModuleMinecraft::ScriptPlayer::setSpawnPoint ( ::std::optional<::ScriptModuleMinecraft::ScriptDimensionLocation > const & dimensionLocation) 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.

◆ spawnParticle()

MCAPI ::Scripting::Result< void, ::Scripting::Error, ::ScriptModuleMinecraft::ScriptLocationInUnloadedChunkError, ::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError > ScriptModuleMinecraft::ScriptPlayer::spawnParticle ( ::std::string const & effectName,
::Vec3 const & location,
::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptMolangVariableMap > > molangVariables )
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.

◆ startItemCooldown()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::startItemCooldown ( ::std::string const & itemType,
int duration )
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.

◆ stopAllSounds()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptModuleMinecraft::ScriptPlayer::stopAllSounds ( )
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.

◆ stopMusic()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::stopMusic ( )
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.

◆ stopSound()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptModuleMinecraft::ScriptPlayer::stopSound ( ::std::string const & soundID)
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.

◆ getHandle()

static MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > ScriptModuleMinecraft::ScriptPlayer::getHandle ( ::WeakEntityRef entityRef,
::Scripting::WeakLifetimeScope const & scope )
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.

◆ $ctor() [1/3]

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

◆ $ctor() [2/3]

MCAPI void * ScriptModuleMinecraft::ScriptPlayer::$ctor ( ::Player const & player,
::Scripting::WeakLifetimeScope const & scope )
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.

◆ $ctor() [3/3]

MCAPI void * ScriptModuleMinecraft::ScriptPlayer::$ctor ( ::ScriptModuleMinecraft::ScriptActorData const & playerData,
::Scripting::WeakLifetimeScope const & scope )
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.

◆ $dtor()

MCAPI void ScriptModuleMinecraft::ScriptPlayer::$dtor ( )
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.

◆ $lookAt()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptPlayer::$lookAt ( ::Actor & self,
::Vec3 const & targetLocation )
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.

◆ $setUnloaded()

MCAPI void ScriptModuleMinecraft::ScriptPlayer::$setUnloaded ( ::Actor & actor)
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.

◆ $setLoading()

MCAPI void ScriptModuleMinecraft::ScriptPlayer::$setLoading ( ::Actor const & actor)
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.

◆ $_getScoreboardId()

MCAPI::ScoreboardId const & ScriptModuleMinecraft::ScriptPlayer::$_getScoreboardId ( ::Scoreboard const & scoreboard) 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.

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