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

Public Member Functions

BlockCommandOriginoperator= (BlockCommandOrigin const &)
 
 BlockCommandOrigin (BlockCommandOrigin const &)
 
virtual::std::string const & getRequestId () const
 
virtual::std::string getName () const
 
virtual::BlockPos getBlockPosition () const
 
virtual::Vec3 getWorldPosition () const
 
virtual ::std::optional<::Vec2getRotation () const
 
virtual::Level * getLevel () const
 
virtual::Dimension * getDimension () const
 
virtual::Actor * getEntity () const
 
virtual::CommandPermissionLevel getPermissionsLevel () const
 
virtual ::std::unique_ptr<::CommandOriginclone () const
 
virtual bool canUseCommandsWithoutCheatsEnabled () const
 
virtual bool isSelectorExpansionAllowed () const
 
virtual::CommandOriginType getOriginType () const
 
virtual::CompoundTag serialize () const
 
virtual bool isValid () const
 
virtual::BaseCommandBlock * _getBaseCommandBlock (::BlockSource &region) const
 
virtual::CommandBlockActor * _getBlockEntity (::BlockSource &region) const
 
MCAPI::std::string _getName (::BlockSource &region) const
 
MCAPI void $dtor ()
 
MCAPI::std::string const & $getRequestId () const
 
MCAPI::std::string $getName () const
 
MCAPI::BlockPos $getBlockPosition () const
 
MCAPI::Vec3 $getWorldPosition () const
 
MCAPI ::std::optional<::Vec2$getRotation () const
 
MCAPI::Level * $getLevel () const
 
MCAPI::Dimension * $getDimension () const
 
MCAPI::Actor * $getEntity () const
 
MCAPI::CommandPermissionLevel $getPermissionsLevel () const
 
MCAPI ::std::unique_ptr<::CommandOrigin$clone () const
 
MCAPI bool $canUseCommandsWithoutCheatsEnabled () const
 
MCAPI bool $isSelectorExpansionAllowed () const
 
MCAPI::CommandOriginType $getOriginType () const
 
MCAPI::CompoundTag $serialize () const
 
MCAPI bool $isValid () const
 
MCAPI::BaseCommandBlock * $_getBaseCommandBlock (::BlockSource &region) const
 
MCAPI::CommandBlockActor * $_getBlockEntity (::BlockSource &region) const
 
virtual ::std::optional<::BlockPosgetCursorHitBlockPos () const
 
virtual ::std::optional<::Vec3getCursorHitPos () const
 
virtual bool hasChatPerms () const
 
virtual bool hasTellPerms () const
 
virtual bool canUseAbility (::AbilitiesIndex ability) const
 
virtual bool isWorldBuilder () const
 
virtual::NetworkIdentifier const & getSourceId () const
 
virtual::SubClientId getSourceSubId () const
 
virtual::CommandOrigin const & getOutputReceiver () const
 
virtual::CommandOriginIdentity getIdentity () const
 
virtual::CommandOriginData toCommandOriginData () const
 
virtual::mce::UUID const & getUUID () const
 
virtual void handleCommandOutputCallback (int, ::std::string &&) const
 
virtual void updateValues ()
 
virtual::Vec3 const getExecutePosition (int version, ::CommandPositionFloat const &commandPosition) const
 
virtual bool requiresValidLevel () const
 
virtual void _setUUID (::mce::UUID const &uuid)
 
MCAPI ::std::unique_ptr<::CommandAreagetAreaAt (::BlockPos const &pos, int commandVersion) const
 
MCAPI ::std::unique_ptr<::CommandAreagetAreaAt (::BlockPos const &min, ::BlockPos const &max, int commandVersion, bool allowUnloadedChunks) const
 
MCAPI ::std::unique_ptr<::CommandAreagetAreaAtWithBuffer (::BlockPos const &min, ::BlockPos const &max, int commandVersion, bool allowUnloadedChunks) const
 
MCFOLD ::std::optional<::BlockPos$getCursorHitBlockPos () const
 
MCFOLD ::std::optional<::Vec3$getCursorHitPos () const
 
MCAPI bool $hasChatPerms () const
 
MCAPI bool $hasTellPerms () const
 
MCFOLD bool $canUseAbility (::AbilitiesIndex ability) const
 
MCAPI bool $isWorldBuilder () const
 
MCAPI::NetworkIdentifier const & $getSourceId () const
 
MCFOLD::SubClientId $getSourceSubId () const
 
MCFOLD::CommandOrigin const & $getOutputReceiver () const
 
MCAPI::CommandOriginIdentity $getIdentity () const
 
MCAPI::CommandOriginData $toCommandOriginData () const
 
MCFOLD::mce::UUID const & $getUUID () const
 
MCFOLD void $handleCommandOutputCallback (int, ::std::string &&) const
 
MCFOLD void $updateValues ()
 
MCAPI::Vec3 const $getExecutePosition (int version, ::CommandPositionFloat const &commandPosition) const
 
MCFOLD bool $requiresValidLevel () const
 
MCFOLD void $_setUUID (::mce::UUID const &uuid)
 

Static Public Member Functions

static MCAPI ::std::unique_ptr<::BlockCommandOriginload (::CompoundTag const &tag, ::Level &level)
 
static MCAPI void ** $vftable ()
 
static MCAPI ::std::unique_ptr<::CommandOriginfromCommandOriginData (::CommandOriginData const &data, ::Bedrock::NonOwnerPointer<::ILevel > const &level, ::NetworkIdentifier const &sourceId, ::SubClientId sourceSubId)
 
static MCAPI ::NetworkIdentifiersUnknownSource ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk93b0b4
 
::ll::UntypedStorage< 4, 12 > mUnke10705
 
::ll::UntypedStorage< 4, 4 > mUnk7ba504
 
::ll::UntypedStorage< 8, 32 > mUnkefdc9d
 
::ll::TypedStorage< 8, 16, ::mce::UUIDmUUID
 

Member Function Documentation

◆ getRequestId()

virtual::std::string const & BlockCommandOrigin::getRequestId ( ) const
virtual

Implements CommandOrigin.

◆ getName()

virtual::std::string BlockCommandOrigin::getName ( ) const
virtual

Implements CommandOrigin.

◆ getBlockPosition()

virtual::BlockPos BlockCommandOrigin::getBlockPosition ( ) const
virtual

Implements CommandOrigin.

◆ getWorldPosition()

virtual::Vec3 BlockCommandOrigin::getWorldPosition ( ) const
virtual

Implements CommandOrigin.

◆ getRotation()

virtual ::std::optional<::Vec2 > BlockCommandOrigin::getRotation ( ) const
virtual

Implements CommandOrigin.

◆ getLevel()

virtual::Level * BlockCommandOrigin::getLevel ( ) const
virtual

Implements CommandOrigin.

◆ getDimension()

virtual::Dimension * BlockCommandOrigin::getDimension ( ) const
virtual

Implements CommandOrigin.

◆ getEntity()

virtual::Actor * BlockCommandOrigin::getEntity ( ) const
virtual

Implements CommandOrigin.

◆ getPermissionsLevel()

virtual::CommandPermissionLevel BlockCommandOrigin::getPermissionsLevel ( ) const
virtual

Implements CommandOrigin.

◆ clone()

virtual ::std::unique_ptr<::CommandOrigin > BlockCommandOrigin::clone ( ) const
virtual

Implements CommandOrigin.

◆ canUseCommandsWithoutCheatsEnabled()

virtual bool BlockCommandOrigin::canUseCommandsWithoutCheatsEnabled ( ) const
virtual

Reimplemented from CommandOrigin.

◆ isSelectorExpansionAllowed()

virtual bool BlockCommandOrigin::isSelectorExpansionAllowed ( ) const
virtual

Reimplemented from CommandOrigin.

◆ getOriginType()

virtual::CommandOriginType BlockCommandOrigin::getOriginType ( ) const
virtual

Implements CommandOrigin.

◆ isValid()

virtual bool BlockCommandOrigin::isValid ( ) const
virtual

Implements CommandOrigin.

◆ _getName()

MCAPI::std::string BlockCommandOrigin::_getName ( ::BlockSource & region) 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.

◆ load()

static MCAPI ::std::unique_ptr<::BlockCommandOrigin > BlockCommandOrigin::load ( ::CompoundTag const & tag,
::Level & level )
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.

◆ $dtor()

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

◆ $getRequestId()

MCAPI::std::string const & BlockCommandOrigin::$getRequestId ( ) 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.

◆ $getName()

MCAPI::std::string BlockCommandOrigin::$getName ( ) 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.

◆ $getBlockPosition()

MCAPI::BlockPos BlockCommandOrigin::$getBlockPosition ( ) 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.

◆ $getWorldPosition()

MCAPI::Vec3 BlockCommandOrigin::$getWorldPosition ( ) 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.

◆ $getRotation()

MCAPI ::std::optional<::Vec2 > BlockCommandOrigin::$getRotation ( ) 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.

◆ $getLevel()

MCAPI::Level * BlockCommandOrigin::$getLevel ( ) 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.

◆ $getDimension()

MCAPI::Dimension * BlockCommandOrigin::$getDimension ( ) 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.

◆ $getEntity()

MCAPI::Actor * BlockCommandOrigin::$getEntity ( ) 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.

◆ $getPermissionsLevel()

MCAPI::CommandPermissionLevel BlockCommandOrigin::$getPermissionsLevel ( ) 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.

◆ $clone()

MCAPI ::std::unique_ptr<::CommandOrigin > BlockCommandOrigin::$clone ( ) 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.

◆ $canUseCommandsWithoutCheatsEnabled()

MCAPI bool BlockCommandOrigin::$canUseCommandsWithoutCheatsEnabled ( ) 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.

◆ $isSelectorExpansionAllowed()

MCAPI bool BlockCommandOrigin::$isSelectorExpansionAllowed ( ) 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.

◆ $getOriginType()

MCAPI::CommandOriginType BlockCommandOrigin::$getOriginType ( ) 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.

◆ $serialize()

MCAPI::CompoundTag BlockCommandOrigin::$serialize ( ) 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.

◆ $isValid()

MCAPI bool BlockCommandOrigin::$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.

◆ $_getBaseCommandBlock()

MCAPI::BaseCommandBlock * BlockCommandOrigin::$_getBaseCommandBlock ( ::BlockSource & region) 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.

◆ $_getBlockEntity()

MCAPI::CommandBlockActor * BlockCommandOrigin::$_getBlockEntity ( ::BlockSource & region) 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 ** BlockCommandOrigin::$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.

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