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

Classes

struct  FunctionInfo
 

Public Types

enum class  ScheduleAction : int { Clear = 0 , Delay = 1 , OnAreaLoaded = 2 }
 
enum class  RequestAction : int { Add = 0 , Clear = 1 }
 
enum class  DelayMode : int { Append = 0 , Replace = 1 }
 
enum class  ClearType : int { FunctionName = 0 , TickingAreaName = 1 }
 

Public Member Functions

ScheduleCommandoperator= (ScheduleCommand const &)
 
 ScheduleCommand (ScheduleCommand const &)
 
virtual void execute (::CommandOrigin const &origin, ::CommandOutput &output) const
 
MCAPI void _clear (::ServerLevel &serverLevel, ::Dimension &dimension, ::CommandOutput &output) const
 
MCAPI void _delayAdd (::ServerLevel &serverLevel, ::Dimension &dimension, ::CommandOutput &output) const
 
MCAPI void _delayClear (::ServerLevel &serverLevel, ::Dimension &dimension, ::CommandOutput &output) const
 
MCAPI void _onAreaLoadedAdd (::CommandOrigin const &origin, ::ServerLevel &serverLevel, ::Dimension &dimension, ::CommandOutput &output) const
 
MCAPI void _onAreaLoadedClear (::ServerLevel &serverLevel, ::Dimension &dimension, ::CommandOutput &output) const
 
MCAPI::ScheduleCommand::FunctionInfo _tryGetFunction (::FunctionManager &functionManager, ::CommandOutput &output) const
 
MCAPI void $execute (::CommandOrigin const &origin, ::CommandOutput &output) const
 
LLNDAPI std::string getCommandName () const
 
virtual bool collectOptionalArguments ()
 
MCAPI void run (::CommandOrigin const &origin, ::CommandOutput &output) const
 
MCAPI void sendTelemetry (::CommandOrigin const &origin, ::CommandOutput &output) const
 
MCAPI bool shouldSendTelemetry (::CommandOrigin const &origin) const
 
MCFOLD void $dtor ()
 
MCFOLD bool $collectOptionalArguments ()
 

Static Public Member Functions

static MCAPI void setup (::CommandRegistry &registry)
 
static MCAPI void ** $vftable ()
 
static MCAPI bool isTemplateLockedAction (::CommandOrigin const &origin)
 
static MCAPI bool isWildcard (::CommandSelectorBase const &selector)
 
static MCAPI bool shouldUseCommandOriginRotation (::CommandOrigin const &origin, int version)
 
static MCAPI bool validRange (float input, float low, float high, ::CommandOutput &output)
 
static MCAPI bool validRange (int input, int low, int high, ::CommandOutput &output)
 
static MCAPI ::std::string const & WILDCARD_TOKEN ()
 

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnke40fb1
 
::ll::UntypedStorage< 4, 4 > mUnk15c438
 
::ll::UntypedStorage< 4, 4 > mUnk59eba9
 
::ll::UntypedStorage< 1, 1 > mUnk15a207
 
::ll::UntypedStorage< 4, 4 > mUnk52f24d
 
::ll::UntypedStorage< 8, 32 > mUnk4b1088
 
::ll::UntypedStorage< 4, 16 > mUnk30f1ab
 
::ll::UntypedStorage< 4, 16 > mUnk53ab9e
 
::ll::UntypedStorage< 4, 4 > mUnk455eaf
 
::ll::UntypedStorage< 4, 4 > mUnk1d297b
 
::ll::UntypedStorage< 1, 1 > mUnk979741
 
::ll::UntypedStorage< 1, 1 > mUnk72757f
 
::ll::UntypedStorage< 8, 32 > mUnk2d7153
 
::ll::TypedStorage< 4, 4, int > mVersion
 
::ll::TypedStorage< 8, 8, ::CommandRegistry const * > mRegistry
 
::ll::TypedStorage< 4, 4, int > mCommandSymbol
 
::ll::TypedStorage< 1, 1, ::CommandPermissionLevel > mPermissionLevel
 
::ll::TypedStorage< 2, 2, ::CommandFlagmFlags
 

Member Function Documentation

◆ execute()

virtual void ScheduleCommand::execute ( ::CommandOrigin const & origin,
::CommandOutput & output ) const
virtual

Implements Command.

◆ $vftable()

static MCAPI void ** ScheduleCommand::$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: