3#include "mc/_HeaderOutputPredefine.h"
12namespace Json {
class Value; }
15namespace Util::CodeBuilder {
18MCNAPI ::Json::Value createObject(::Actor
const& actor);
20MCNAPI ::Json::Value createObject(::CommandOutput
const& commandOutput);
22MCNAPI ::Json::Value createObject(::ItemDescriptor
const& item);
24MCNAPI ::Json::Value createObject(::ItemStackBase
const& item);
26MCNAPI ::Json::Value createObject(::Player
const& player);
28MCNAPI ::Json::Value createTraderObject(::Actor
const& trader);
30MCNAPI ::std::vector<::std::string> translate(::std::vector<::std::string>
const& in);
Definition CommandOutput.h:19
Definition ItemDescriptor.h:23
Definition ItemStackBase.h:44