8struct ResolvedItemIconInfo {
12 ::ll::TypedStorage<8, 32, ::std::string> mIconName;
13 ::ll::TypedStorage<4, 4, int> mIconFrame;
14 ::ll::TypedStorage<4, 4, ::ItemIconInfoType> mIconType;
15 ::ll::TypedStorage<4, 4, uint> mRuntimeBlockID;
16 ::ll::TypedStorage<4, 4, float> mU0;
17 ::ll::TypedStorage<4, 4, float> mV0;
18 ::ll::TypedStorage<4, 4, float> mU1;
19 ::ll::TypedStorage<4, 4, float> mV1;
20 ::ll::TypedStorage<2, 2, ushort> mTexSizeW;
21 ::ll::TypedStorage<2, 2, ushort> mTexSizeH;
27 MCAPI ResolvedItemIconInfo();
29 MCAPI ResolvedItemIconInfo(uint legacyID,
int frame);
31 MCAPI ResolvedItemIconInfo(::std::string
const& name,
int frame, ::ItemIconInfoType type);
33 MCAPI ResolvedItemIconInfo(
34 ::std::string
const& name,
43 MCAPI ~ResolvedItemIconInfo();
51 MCAPI
void* $ctor(uint legacyID,
int frame);
53 MCAPI
void* $ctor(::std::string
const& name,
int frame, ::ItemIconInfoType type);
56 $ctor(::std::string
const& name,
float u0,
float u1,
float v0,
float v1, ushort texSizeW, ushort texSizeH);