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

Public Types

enum class  Action : int {
  Navigate = 0 , Reset = 1 , Subscribe = 2 , Unsubscribe = 3 ,
  RuntimeAction = 4 , Check = 5
}
 
enum class  CommandKeyword : uchar { None = 0 , Code = 1 , CodeStatus = 2 }
 
enum class  SubscriptionType : int { None = 0 , Scoreboard = 1 }
 
enum class  CodeBuilderRuntimeAction : int { None = 0 , Start = 1 , Stop = 2 , Pause = 3 }
 

Public Member Functions

CodeBuilderCommandoperator= (CodeBuilderCommand const &)
 
 CodeBuilderCommand (CodeBuilderCommand const &)
 
virtual void execute (::CommandOrigin const &origin, ::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 > mUnk2534fc
 
::ll::UntypedStorage< 4, 4 > mUnk988e46
 
::ll::UntypedStorage< 4, 4 > mUnke0c866
 
::ll::UntypedStorage< 1, 1 > mUnkf75e94
 
::ll::UntypedStorage< 1, 1 > mUnk6c474e
 
::ll::UntypedStorage< 8, 200 > mUnk5625b6
 
::ll::UntypedStorage< 8, 32 > mUnke451d3
 
::ll::UntypedStorage< 1, 1 > mUnk94326e
 
::ll::UntypedStorage< 1, 1 > mUnk7176af
 
::ll::UntypedStorage< 8, 32 > mUnka4de4b
 
::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 CodeBuilderCommand::execute ( ::CommandOrigin const & origin,
::CommandOutput & output ) const
virtual

Implements Command.


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