15class DyePowderItem :
public ::Item {
19 ::ll::TypedStorage<1, 1, ::ItemColor> mColor;
29 virtual ::Item& setIconInfo(::std::string
const& name,
int id) ;
34 virtual bool isDye()
const ;
36 virtual ::ItemColor getItemColor()
const ;
38 virtual bool isValidAuxValue(
int auxValue)
const ;
44 MCAPI DyePowderItem(::std::string
const& name,
int id, ::ItemColor color);
50 MCAPI
void* $ctor(::std::string
const& name,
int id, ::ItemColor color);
56 MCFOLD ::Item& $setIconInfo(::std::string
const& name,
int id);
60 MCFOLD
bool $isDye()
const;
62 MCFOLD ::ItemColor $getItemColor()
const;
64 MCFOLD
bool $isValidAuxValue(
int auxValue)
const;
72 MCAPI
static void** $vftable();