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
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCNAPI ResolvedItemIconInfo(::std::string const& name, int frame, ::ItemIconInfoType type);
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor();
43
44 MCNAPI void* $ctor(::std::string const& name, int frame, ::ItemIconInfoType type);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
Definition ResolvedItemIconInfo.h:8
MCAPI ResolvedItemIconInfo()
MCAPI void * $ctor()
MCAPI void * $ctor(::std::string const &name, int frame, ::ItemIconInfoType type)
MCAPI ResolvedItemIconInfo(::std::string const &name, int frame, ::ItemIconInfoType type)
MCAPI ~ResolvedItemIconInfo()
MCAPI void $dtor()
Definition Alias.h:14