20class DiggerItem :
public ::Item {
24 ::ll::TypedStorage<8, 8, ::ItemTier const&> mTier;
25 ::ll::TypedStorage<8, 8, ::HashedString const&> mBlockDestructionTag;
26 ::ll::TypedStorage<4, 4, int> mAttackDamage;
31 DiggerItem& operator=(DiggerItem
const&);
32 DiggerItem(DiggerItem
const&);
38 virtual int getAttackDamage()
const ;
40 virtual bool isHandEquipped()
const ;
42 virtual int getEnchantValue()
const ;
44 virtual bool isValidRepairItem(
50 virtual void appendFormattedHovertext(
54 bool const showCategory
57 virtual bool canDestroySpecial(
::Block const& block)
const ;
64 virtual ~DiggerItem() ;
76 MCFOLD
int $getAttackDamage()
const;
78 MCFOLD
bool $isHandEquipped()
const;
80 MCAPI
int $getEnchantValue()
const;
82 MCAPI
bool $isValidRepairItem(
88 MCAPI
void $appendFormattedHovertext(
92 bool const showCategory
95 MCAPI
bool $canDestroySpecial(
::Block const& block)
const;