LeviLamina
Loading...
Searching...
No Matches
CommandOutput Class Reference

Public Member Functions

template<class First, class... Args>
void success (fmt::format_string< First, Args... > fmt, First &&_args, Args &&... args)
template<class First, class... Args>
void error (fmt::format_string< First, Args... > fmt, First &&_args, Args &&... args)
void error (std::string_view str)
void success (std::string_view str)
void error (std::string_view msgId, std::vector< class CommandOutputParameter > const &params)
void success (std::string_view msgId, std::vector< class CommandOutputParameter > const &params)
MCAPI CommandOutput (::CommandOutput const &rhs)
MCAPI CommandOutput (::CommandOutputType type)
MCAPI void addMessage (::std::string const &msgId, ::std::vector<::CommandOutputParameter > const &params, ::CommandOutputMessageType type)
MCAPI void addToResultList (::std::string const &key, ::Actor const &element)
MCAPI void error (::std::string const &msgId, ::std::vector<::CommandOutputParameter > const &params)
MCAPI::CommandOutput & operator= (::CommandOutput const &rhs)
MCAPI void success (::std::string const &msgId, ::std::vector<::CommandOutputParameter > const &params)
MCAPI void * $ctor (::CommandOutput const &rhs)
MCAPI void * $ctor (::CommandOutputType type)
MCAPI void $dtor ()

Static Public Member Functions

static MCAPI ::std::optional<::std::string > _mDataGetter (::CommandOutput const &payload)
static MCAPI void _mDataSetter (::CommandOutput &payload, ::std::optional<::std::string > jsonString)

Public Attributes

CommandOutputType mType
std::unique_ptr< CommandPropertyBagmBag
std::vector< CommandOutputMessagemMessages
uint mSuccessCount
bool mHasPlayerText

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