3#include "mc/_HeaderOutputPredefine.h"
17namespace Json {
class Value; }
20namespace Util::CodeBuilder {
23MCAPI ::Json::Value createMobObject(
int mobType,
int variant, uchar color);
25MCAPI ::Json::Value createObject(
::Actor const& actor);
27MCAPI ::Json::Value createObject(
::LevelChunk const& chunk);
35MCAPI ::Json::Value createObject(
::Player const& player);
41MCAPI ::Json::Value createObject(
::Vec3 const& vec);
43MCAPI ::Json::Value createObject(
::Block const& val,
int aux);
45MCAPI ::Json::Value createTraderObject(
::Actor const& trader);
47MCFOLD ::std::vector<::std::string> translate(::std::vector<::std::string>
const& in);
Definition CommandOutput.h:19
Definition EconomyTradeableComponent.h:23
Definition EnchantmentInstance.h:8
Definition ItemDescriptor.h:22
Definition ItemStackBase.h:35
Definition LevelChunk.h:73