LeviLamina
Loading...
Searching...
No Matches
AnimatedTextureContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/player/AnimatedTextureDefinition.h"
7#include "mc/deps/core/file/PathBuffer.h"
8#include "mc/deps/core/string/BasicStackString.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cg { struct ImageBuffer; }
14namespace mce { class TextureContainer; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 88, ::AnimatedTextureDefinition> mTextureDefinition;
22 ::ll::TypedStorage<4, 4, uint> mMaxWidth;
23 ::ll::TypedStorage<4, 4, uint> mMaxHeight;
24 ::ll::TypedStorage<8, 24, ::std::vector<::AnimatedTextureTintCollection>> mTextureContainerCollection;
25 ::ll::TypedStorage<
26 8,
27 24,
28 ::std::vector<::std::vector<::std::pair<
30 ::std::unique_ptr<::mce::TextureContainer>>>>>
31 mUniqueTextureSets;
32 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::cg::ImageBuffer>> mAnimatedImageBuffer;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
Definition AnimatedTextureContainer.h:17
Definition AnimatedTextureTintCollection.h:5
Definition PathBuffer.h:8