LeviLamina
Loading...
Searching...
No Matches
ResolvedItemIconInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/ItemIconInfoType.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
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;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
29 MCAPI ResolvedItemIconInfo(::std::string const& name, int frame, ::ItemIconInfoType type);
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor();
38
39 MCAPI void* $ctor(::std::string const& name, int frame, ::ItemIconInfoType type);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
Definition ResolvedItemIconInfo.h:8