Uses of Interface
io.papermc.paper.datacomponent.item.blocksattacks.DamageReduction
Packages that use DamageReduction
-
Uses of DamageReduction in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return types with arguments of type DamageReductionModifier and TypeMethodDescriptionBlocksAttacks.damageReductions()
Gets a list ofDamageReduction
of how much damage should be blocked in a given attack.Methods in io.papermc.paper.datacomponent.item with parameters of type DamageReductionModifier and TypeMethodDescriptionBlocksAttacks.Builder.addDamageReduction
(DamageReduction reduction) Method parameters in io.papermc.paper.datacomponent.item with type arguments of type DamageReductionModifier and TypeMethodDescriptionBlocksAttacks.Builder.damageReductions
(List<DamageReduction> reductions)