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 float getKnockbackResistanceValue()
const ;
53 virtual bool hasCustomColor(
::CompoundTag const* userData)
const ;
61 virtual bool isDyeable()
const ;
66 virtual void appendFormattedHovertext(
70 bool const showCategory
85 MCFOLD
bool $isBodyArmor()
const;
87 MCAPI
int $getArmorValue()
const;
89 MCAPI
float $getKnockbackResistanceValue()
const;
91 MCAPI
bool $hasCustomColor(
::CompoundTag const* userData)
const;
99 MCAPI
bool $isDyeable()
const;
103 MCAPI
void $appendFormattedHovertext(
107 bool const showCategory
116 MCAPI
static void** $vftable();