3#include "mc/_HeaderOutputPredefine.h"
19 ::ll::TypedStorage<2, 2, ushort> mU;
20 ::ll::TypedStorage<2, 2, ushort> mV;
21 ::ll::TypedStorage<8, 8, uint64> mImageId;
25 using AtlasIndexContainer = ::std::map<::std::string, ::OreUI::AtlasIndex::ItemEntry>;
27 using AtlasIndexIterator = ::std::_Tree_iterator<
28 ::std::_Tree_val<::std::_Tree_simple_types<::std::pair<::std::string const, ::OreUI::AtlasIndex::ItemEntry>>>>;
33 ::ll::TypedStorage<4, 4, uint> mTextureWidth;
34 ::ll::TypedStorage<4, 4, uint> mTextureHeight;
35 ::ll::TypedStorage<4, 4, uint> mThumbnailWidth;
36 ::ll::TypedStorage<4, 4, uint> mThumbnailHeight;
37 ::ll::TypedStorage<8, 16, ::std::map<::std::string, ::OreUI::AtlasIndex::ItemEntry>> mItems;
43 MCAPI ::std::optional<::OreUI::AtlasIndex::ItemEntry const> findItem(::std::string_view item)
const;
Definition AtlasIndex.h:15
Definition AtlasIndex.h:7