26 enum class Tier :
int {
40 ::ll::TypedStorage<4, 4, int const> mDefense;
41 ::ll::TypedStorage<4, 4, ::HorseArmorItem::Tier> mTier;
47 virtual bool isBodyArmor()
const ;
49 virtual int getArmorValue()
const ;
51 virtual int getToughnessValue()
const ;
53 virtual float getKnockbackResistanceValue()
const ;
55 virtual bool hasCustomColor(
::CompoundTag const* userData)
const ;
63 virtual bool isDyeable()
const ;
68 virtual void appendFormattedHovertext(
72 bool const showCategory
87 MCFOLD
bool $isBodyArmor()
const;
89 MCAPI
int $getArmorValue()
const;
91 MCAPI
int $getToughnessValue()
const;
93 MCAPI
float $getKnockbackResistanceValue()
const;
95 MCAPI
bool $hasCustomColor(
::CompoundTag const* userData)
const;
103 MCAPI
bool $isDyeable()
const;
107 MCFOLD
void $appendFormattedHovertext(
111 bool const showCategory
120 MCAPI
static void** $vftable();