3#include "mc/_HeaderOutputPredefine.h"
12namespace Json {
class Value; }
15namespace Util::CodeBuilder {
18MCNAPI ::Json::Value createObject(
::Actor const& actor);
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:22
Definition ItemStackBase.h:35