|
LeviLamina
|
Public Types | |
| enum class | ReplaceMode : int { Destroy = 0 , Keep = 1 } |
| enum class | TargetType : int { Block = 0 , Entity = 1 , Undefined = 2 } |
Public Member Functions | |
| virtual void | execute (::CommandOrigin const &origin, ::CommandOutput &output) const |
| MCAPI void | _outputError (::CommandOutput &output, ::Util::ReplacementResults errorDetails, ::std::string const &itemName) const |
| MCAPI void * | $ctor () |
| MCAPI void | $execute (::CommandOrigin const &origin, ::CommandOutput &output) const |
| LLNDAPI std::string | getCommandName () const |
| virtual bool | collectOptionalArguments () |
| MCFOLD::CommandRegistry const & | getRegistry () const |
| MCAPI bool | hasFlag (::CommandFlag flag) const |
| 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 ®istry) |
| static MCAPI void ** | $vftable () |
| static MCAPI ::Player * | getPlayerFromOrigin (::CommandOrigin const &origin) |
| 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 | validData (int input, ushort &data, ::CommandOutput &output) |
| static MCAPI bool | validRange (int input, int low, int high, ::CommandOutput &output) |
| static MCAPI bool | validRange (float input, float low, float high, ::CommandOutput &output) |
| static MCAPI ::std::string const & | WILDCARD_TOKEN () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, ::ReplaceItemCommand::TargetType > | mTargetType |
| ::ll::TypedStorage< 8, 200, ::CommandSelector<::Actor > > | mTargetEntity |
| ::ll::TypedStorage< 4, 16, ::CommandPosition > | mTargetBlock |
| ::ll::TypedStorage< 4, 4, ::BlockSlot > | mBlockSlot |
| ::ll::TypedStorage< 4, 4, ::SharedTypes::Legacy::EquipmentSlot > | mEquipmentSlot |
| ::ll::TypedStorage< 4, 4, int > | mSlotId |
| ::ll::TypedStorage< 8, 8, ::CommandItem > | mItem |
| ::ll::TypedStorage< 4, 4, int > | mAmount |
| ::ll::TypedStorage< 4, 4, int > | mData |
| ::ll::TypedStorage< 4, 4, ::ReplaceItemCommand::ReplaceMode > | mReplaceMode |
| ::ll::TypedStorage< 8, 16, ::Json::Value > | mComponents |
| ::ll::TypedStorage< 1, 1, bool > | mHaveComponents |
| ::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, ::CommandFlag > | mFlags |
|
virtual |
Implements Command.
|
static |