LeviLamina
Loading...
Searching...
No Matches
ActorAnimationControllerGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
9
10// auto generated forward declare list
11// clang-format off
13class HashedString;
16class SemVersion;
18namespace Core { class Path; }
19namespace Json { class Value; }
20namespace JsonUtil { class EmptyClass; }
21// clang-format on
22
24public:
25 // member variables
26 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
38
39public:
40 // virtual functions
41 // NOLINTBEGIN
42 // vIndex: 0
43 virtual ~ActorAnimationControllerGroup() /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI void _loadActorAnimationController(
50 ::std::string const& fileData,
51 ::Core::Path const& filenameWithExtension,
52 ::MinEngineVersion const& minEngineVersion,
53 ::CurrentCmdVersion packCommandVersion
54 );
55
56 MCAPI ::std::shared_ptr<::ActorAnimationControllerInfo> getActorAnimationControllerInfo(::HashedString const& name);
57
58 MCAPI void loadActorAnimationControllersSync(::ResourcePackManager& resourcePackManager);
59 // NOLINTEND
60
61public:
62 // static functions
63 // NOLINTBEGIN
64 MCAPI static ::std::shared_ptr<
66 _buildAnimationControllerFileSchema_v1_10_Or_Later(::SemVersion const& version);
67
68 MCAPI static ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, bool>>
69 _buildAnimationControllerFileSchema_v1_8();
70
71 MCAPI static bool loadFormatVersion(::Json::Value const& root, ::SemVersion& version);
72
73 MCAPI static bool upgrade_v1_8_to_v1_10(::Json::Value& root, ::MinEngineVersion const& minEngineVersion);
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCAPI void $dtor();
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCAPI static void** $vftable();
86 // NOLINTEND
87};
Definition ActorAnimationControllerGroup.h:23
Definition ActorAnimationControllerInfo.h:5
Definition EnableNonOwnerReferences.h:7
Definition Path.h:15
Definition HashedString.h:5
Definition JsonSchemaObjectNode.h:8
Definition Value.h:16
Definition MinEngineVersion.h:10
Definition Path.h:16
Definition ResourcePackManager.h:24
Definition SemVersion.h:15
Definition ActorAnimationControllerGroupParseMetaData.h:5
Definition Alias.h:14