LeviLamina
Loading...
Searching...
No Matches
SkinInfoData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace mce { struct Image; }
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 SkinInfoData& operator=(SkinInfoData const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~SkinInfoData() = default;
32
33 // vIndex: 1
34 virtual void updateSkin(::SerializedSkin const&, ::mce::Image const*, ::mce::Image const*) = 0;
35
36 // vIndex: 2
37 virtual bool hasValidTexture() = 0;
38
39 // vIndex: 3
40 virtual bool validateAndResizeSkinData(::mce::Image&, bool);
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static bool isValidSize(uint64 skinSize);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58
59 // NOLINTEND
60};
Definition SerializedSkin.h:27
Definition SkinInfoData.h:11
Definition Alias.h:14
Definition Image.h:16