22 using TextureSetLayerInfoList = ::std::vector<::cg::TextureSetLayerDefinition>;
27 ::ll::TypedStorage<8, 24, ::std::vector<::cg::TextureSetLayerDefinition>> mLayerInfoList;
28 ::ll::TypedStorage<1, 1, bool> mIsMissingTexture;
29 ::ll::TypedStorage<1, 1, bool> mNeedsDecompression;
30 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::cg::TextureSetImageContainer>> mTextureSetImageData;
31 ::ll::TypedStorage<8, 112, ::ResourceLocationPair> mResourceLocationPair;
40 MCAPI ::std::optional<::Bedrock::NonOwnerPointer<::cg::TextureSetLayerDefinition const>>
41 _addLayer(::cg::TextureSetLayerType
const& type,
::mce::Color const& color);
43 MCAPI ::std::optional<::Bedrock::NonOwnerPointer<::cg::TextureSetLayerDefinition const>>
46 MCAPI ::Bedrock::NotNullNonOwnerPtr<::cg::TextureSetImageContainer> _getImageContainer();
48 MCAPI
void _removeLayerInfo(::cg::TextureSetLayerType
const& type);
50 MCAPI ::std::vector<::Bedrock::NotNullNonOwnerPtr<::cg::TextureSetLayerDefinition const>> getLayerInfoList()
const;
52 MCAPI uint64 getStorageSize(::cg::TextureSetLayerType t)
const;
54 MCAPI ::std::optional<::std::string> hasValidationError()
const;
Definition TextureSetDefinition.h:19
Definition TextureSetImageContainer.h:20
Definition TextureSetLayerDefinition.h:14