LeviLamina
Loading...
Searching...
No Matches
ActorAnimationGroup.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
14class HashedString;
16class PackStats;
19namespace Core { class Path; }
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 ~ActorAnimationGroup() /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI ::std::shared_ptr<
51 _buildAnimationFileSchema_v1_8(bool isPersonaPack);
52
53 MCAPI ::ActorSkeletalAnimationPtr getActorAnimation(::HashedString const& name);
54
55 MCAPI ::std::shared_ptr<::ActorAnimationInfo> getActorAnimationInfo(::HashedString const& name);
56
57 MCAPI void loadActorAnimation(
58 ::std::string const& fileData,
59 ::Core::Path const& filenameWithExtension,
60 ::PackStats& stats,
61 ::MinEngineVersion const& minEngineVersion,
62 ::CurrentCmdVersion packCommandVersion,
63 bool isPersonaPack,
64 ::std::string const& personaPieceId
65 );
66
67 MCAPI void loadActorAnimationsSync(::ResourcePackManager& resourcePackManager);
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCAPI void $dtor();
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCAPI static void** $vftable();
80 // NOLINTEND
81};
Definition ActorAnimationGroup.h:23
Definition ActorAnimationInfo.h:5
Definition ActorSkeletalAnimationPtr.h:5
Definition EnableNonOwnerReferences.h:7
Definition Path.h:15
Definition HashedString.h:5
Definition JsonSchemaObjectNode.h:8
Definition MinEngineVersion.h:10
Definition PackStats.h:5
Definition Path.h:16
Definition ResourcePackManager.h:24
Definition ActorAnimationGroupParseMetaData.h:5
Definition Alias.h:14