20 enum class Action : uchar {
26 using ActorRefList = ::std::vector<::std::reference_wrapper<::Actor>>;
31 ::ll::TypedStorage<1, 1, ::TagCommand::Action> mAction;
32 ::ll::TypedStorage<8, 200, ::WildcardCommandSelector<::Actor>> mSelector;
33 ::ll::TypedStorage<8, 32, ::std::string> mTagString;
48 _addTag(
::CommandOutput& output, ::std::vector<::std::reference_wrapper<::Actor>>
const& selectorResults)
const;
50 MCAPI ::std::vector<::std::reference_wrapper<::Actor>>
54 _listTags(
::CommandOutput& output, ::std::vector<::std::reference_wrapper<::Actor>>
const& selectorResults)
const;
57 _removeTag(
::CommandOutput& output, ::std::vector<::std::reference_wrapper<::Actor>>
const& selectorResults)
const;