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/server/commands/CurrentCmdVersion.h"
8#include "mc/util/json_util/JsonSchemaObjectNode.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 MCNAPI ::std::shared_ptr<
51 _buildAnimationFileSchema_v1_8(bool isPersonaPack);
52
53 MCNAPI ::ActorSkeletalAnimationPtr getActorAnimation(::HashedString const& name);
54
55 MCNAPI ::std::shared_ptr<::ActorAnimationInfo> getActorAnimationInfo(::HashedString const& name);
56
57 MCNAPI 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 MCNAPI void loadActorAnimationsSync(::ResourcePackManager& resourcePackManager);
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCNAPI void $dtor();
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCNAPI static void** $vftable();
80 // NOLINTEND
81};
Definition ActorAnimationGroup.h:23
MCAPI void loadActorAnimationsSync(::ResourcePackManager &resourcePackManager)
MCAPI void loadActorAnimation(::std::string const &fileData, ::Core::Path const &filenameWithExtension, ::PackStats &stats, ::MinEngineVersion const &minEngineVersion, ::CurrentCmdVersion packCommandVersion, bool isPersonaPack, ::std::string const &personaPieceId)
MCAPI ::std::shared_ptr<::ActorAnimationInfo > getActorAnimationInfo(::HashedString const &name)
MCAPI::ActorSkeletalAnimationPtr getActorAnimation(::HashedString const &name)
MCAPI ::std::shared_ptr< ::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorAnimationGroupParseMetaData > > _buildAnimationFileSchema_v1_8(bool isPersonaPack)
MCAPI void $dtor()
static MCAPI void ** $vftable()
Definition ActorAnimationInfo.h:5
Definition ActorSkeletalAnimationPtr.h:5
Definition EnableNonOwnerReferences.h:7
Definition Path.h:17
Definition HashedString.h:5
Definition JsonSchemaObjectNode.h:8
Definition MinEngineVersion.h:10
Definition PackStats.h:5
Definition Path.h:16
Definition ResourcePackManager.h:23
Definition ActorAnimationGroupParseMetaData.h:5
Definition Alias.h:14