18class CoalItem :
public ::ComponentItem {
21 enum class Type :
int {
29 ::ll::TypedStorage<4, 4, ::CoalItem::Type> mType;
39 virtual ::Item& setIconInfo(::std::string
const& name,
int id) ;
41 virtual ::ResolvedItemIconInfo
42 getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const ;
64 MCFOLD ::Item& $setIconInfo(::std::string
const& name,
int id);
66 MCFOLD ::ResolvedItemIconInfo
67 $getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const;
79 MCAPI
static void** $vftable();