3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
8#include "mc/server/commands/CurrentCmdVersion.h"
18namespace Core {
class Path; }
19namespace Json {
class Value; }
20namespace JsonUtil {
class EmptyClass; }
49 MCAPI
void _loadActorAnimationController(
50 ::std::string
const& fileData,
53 ::CurrentCmdVersion packCommandVersion
56 MCAPI ::std::shared_ptr<::ActorAnimationControllerInfo> getActorAnimationControllerInfo(
::HashedString const& name);
64 MCAPI static ::std::shared_ptr<
66 _buildAnimationControllerFileSchema_v1_10_Or_Later(
::SemVersion const& version);
68 MCAPI static ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, bool>>
69 _buildAnimationControllerFileSchema_v1_8();
85 MCAPI
static void** $vftable();
Definition ActorAnimationControllerGroup.h:23
Definition ActorAnimationControllerInfo.h:5
Definition EnableNonOwnerReferences.h:7
Definition HashedString.h:5
Definition JsonSchemaObjectNode.h:8
Definition MinEngineVersion.h:10
Definition ResourcePackManager.h:24
Definition SemVersion.h:15