3#include "mc/_HeaderOutputPredefine.h"
9namespace Json {
class Value; }
12namespace BlockPropertyToStateConverter {
15MCAPI
void _addJSONObject(::Json::Value& obj, ::std::string
const& newMember);
17MCAPI
void _convertFormatVersion(::Json::Value& root);
19MCAPI
void _convertPropertyToStateInBoneVisibility(::Json::Value& obj);
21MCAPI
void _convertPropertyToStateInDescription(::Json::Value& root);
23MCAPI
void _convertPropertyToStateInEventSequence(::Json::Value& obj);
25MCAPI
void _convertPropertyToStateInEvents(::Json::Value& root);
27MCAPI
void _convertPropertyToStateInObjectContainsConditionObject(::Json::Value& obj);
29MCAPI
void _convertPropertyToStateInObjectContainsSetBlockStateObject(::Json::Value& obj);
31MCAPI
void _convertPropertyToStateInPermutation(::Json::Value& root);
33MCAPI
void _copyMembers(::Json::Value& from, ::Json::Value& to);
35MCAPI
void checkAndConvertInBlock(::SemVersion
const& version, ::Json::Value& root);
40MCAPI ::SemVersionConstant
const& BLOCK_PROPERTY_RENAMED_TO_STATE_1_20_20();
Definition SemVersionConstant.h:8
Definition SemVersion.h:15