|
static MCAPI void | applyTarget (::Actor &victim, ::TeleportTarget target, bool keepVelocity) |
|
static MCAPI ::TeleportTarget | computeTarget (::Actor &victim, ::Vec3 destination, ::Vec3 *facePosition, ::DimensionType destinationDimension, ::std::optional<::RotationCommandUtils::RotationData > const &rotationData, int commandVersion) |
|
static MCAPI ::std::unique_ptr<::CommandArea > | getCommandAreaForTargets (::CommandOrigin const &origin, ::CommandSelectorResults<::Actor > const &targets, ::Vec3 destination, int commandVersion, bool allowUnloadedChunks) |
|
static MCAPI void | setup (::CommandRegistry ®istry) |
|
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 () |
|
|
::ll::TypedStorage< 8, 64, ::std::function< void(::Actor &, ::Vec3, ::Vec3 *, ::DimensionType, ::std::optional<::RotationCommandUtils::RotationData > const &, int)> > | mApplyTeleport |
|
::ll::TypedStorage< 8, 200, ::CommandSelector<::Actor > > | mTargets |
|
::ll::TypedStorage< 8, 200, ::CommandSelector<::Actor > > | mDestinationEntity |
|
::ll::TypedStorage< 4, 16, ::CommandPositionFloat > | mDestinationPos |
|
::ll::TypedStorage< 8, 200, ::CommandSelector<::Actor > > | mFacingEntity |
|
::ll::TypedStorage< 4, 16, ::CommandPositionFloat > | mFacingPos |
|
::ll::TypedStorage< 4, 8, ::RelativeFloat > | mYRot |
|
::ll::TypedStorage< 4, 8, ::RelativeFloat > | mXRot |
|
::ll::TypedStorage< 4, 4, ::RotationCommandUtils::FacingResult > | mHaveFacing |
|
::ll::TypedStorage< 1, 1, bool > | mDestinationIsPosition |
|
::ll::TypedStorage< 1, 1, bool > | mIsUsingRotation |
|
::ll::TypedStorage< 1, 1, bool > | mFacingIsPosition |
|
::ll::TypedStorage< 1, 1, bool > | mCheckForBlocks |
|
::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 |
|