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
13class HashedString;
15class PackStats;
18namespace Core { class Path; }
19namespace JsonUtil { class EmptyClass; }
20// clang-format on
21
23public:
24 // member variables
25 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
37
38public:
39 // virtual functions
40 // NOLINTBEGIN
41 // vIndex: 0
42 virtual ~ActorAnimationGroup() /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCNAPI ::std::shared_ptr<
50 _buildAnimationFileSchema_v1_8(bool isPersonaPack);
51
52 MCNAPI ::std::shared_ptr<::ActorAnimationInfo> getActorAnimationInfo(::HashedString const& name);
53
54 MCNAPI void loadActorAnimation(
55 ::std::string const& fileData,
56 ::Core::Path const& filenameWithExtension,
57 ::PackStats& stats,
58 ::MinEngineVersion const& minEngineVersion,
59 ::CurrentCmdVersion packCommandVersion,
60 bool isPersonaPack,
61 ::std::string const& personaPieceId
62 );
63
64 MCNAPI void loadActorAnimationsSync(::ResourcePackManager& resourcePackManager);
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCNAPI void $dtor();
71 // NOLINTEND
72
73public:
74 // vftables
75 // NOLINTBEGIN
76 MCNAPI static void** $vftable();
77 // NOLINTEND
78};
Definition ActorAnimationGroup.h:22
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 ::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 EnableNonOwnerReferences.h:7
Definition Path.h:11
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