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

Public Member Functions

MinecartCommandBlockManageroperator= (MinecartCommandBlockManager const &)
 MinecartCommandBlockManager (MinecartCommandBlockManager const &)
virtual void init ()
virtual bool setCommand (::std::string const &command)
virtual bool setHoverName (::Bedrock::Safety::RedactableString const &name)
virtual bool setTickDelay (uint delay)
virtual bool setShouldExecuteOnFirstTick (bool shouldExecute)
virtual bool setLastOutput (::std::string const &lastOutput)
virtual bool setTrackOutput (bool trackOutput)
virtual bool setBlockTypeMode (::CommandBlockMode mode)
virtual bool setConditional (bool mode)
virtual bool setRedstone (bool mode)
virtual void saveAndExit ()
virtual::std::string const & getCommand () const
virtual::std::string const & getOutput () const
virtual bool getTrackOutput () const
virtual bool isConditionalMode () const
virtual bool isRedstoneMode () const
virtual bool isMinecartCommandBlock () const
virtual::CommandBlockMode getCommandBlockTypeMode () const
virtual bool getLastPerformedConditionalMode ()
virtual bool getLastPerformedRedstoneMode ()
virtual::CommandBlockMode getLastPerformedCBMode ()
virtual::Bedrock::Safety::RedactableString const & getHoverName () const
virtual uint getTickDelay () const
virtual bool shouldExecuteOnFirstTick () const
virtual::BaseCommandBlock * getBaseCommandBlock ()
virtual ::std::unique_ptr<::CommandOrigingetCommandOrigin () const
MCAPI void _loadFromBaseCommandBlock ()
MCAPI void _saveToBaseCommandBlock (::BaseCommandBlock &baseCommandBlock)
MCAPI void $dtor ()
MCAPI void $init ()
MCAPI bool $setCommand (::std::string const &command)
MCAPI bool $setHoverName (::Bedrock::Safety::RedactableString const &name)
MCAPI bool $setTickDelay (uint delay)
MCAPI bool $setShouldExecuteOnFirstTick (bool shouldExecute)
MCAPI bool $setLastOutput (::std::string const &lastOutput)
MCAPI bool $setTrackOutput (bool trackOutput)
MCFOLD bool $setBlockTypeMode (::CommandBlockMode mode)
MCFOLD bool $setConditional (bool mode)
MCFOLD bool $setRedstone (bool mode)
MCAPI void $saveAndExit ()
MCFOLD::std::string const & $getCommand () const
MCFOLD::std::string const & $getOutput () const
MCAPI bool $getTrackOutput () const
MCFOLD bool $isConditionalMode () const
MCFOLD bool $isRedstoneMode () const
MCFOLD bool $isMinecartCommandBlock () const
MCFOLD::CommandBlockMode $getCommandBlockTypeMode () const
MCFOLD bool $getLastPerformedConditionalMode ()
MCFOLD bool $getLastPerformedRedstoneMode ()
MCFOLD::CommandBlockMode $getLastPerformedCBMode ()
MCFOLD::Bedrock::Safety::RedactableString const & $getHoverName () const
MCFOLD uint $getTickDelay () const
MCAPI bool $shouldExecuteOnFirstTick () const
MCAPI::BaseCommandBlock * $getBaseCommandBlock ()
MCAPI ::std::unique_ptr<::CommandOrigin$getCommandOrigin () const

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 8, ::Player & > mPlayer
::ll::TypedStorage< 4, 12, ::BlockPosmBlockPos
::ll::TypedStorage< 8, 8, ::ActorUniqueIDmActorUniqueId
::ll::TypedStorage< 8, 32, ::std::string > mCommand
::ll::TypedStorage< 8, 32, ::std::string > mLastOutput
::ll::TypedStorage< 8, 72, ::Bedrock::Safety::RedactableStringmHoverName
::ll::TypedStorage< 4, 4, uint > mTickDelay
::ll::TypedStorage< 1, 1, bool > mExecuteOnFirstTick
::ll::TypedStorage< 1, 1, bool > mTrackOutput

Member Function Documentation

◆ $vftable()

MCAPI void ** MinecartCommandBlockManager::$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 files: