Uses of Class
net.tnemc.item.component.helper.ItemDamage
Packages that use ItemDamage
Package
Description
-
Uses of ItemDamage in net.tnemc.item
Methods in net.tnemc.item with parameters of type ItemDamageModifier and TypeMethodDescriptionAbstractItemStack.blocksAttacks
(ItemDamage damage) Blocks attacks with the specified damage type using this item. -
Uses of ItemDamage in net.tnemc.item.bukkit
Methods in net.tnemc.item.bukkit with parameters of type ItemDamageModifier and TypeMethodDescriptionAbstractItemStack
<org.bukkit.inventory.ItemStack> BukkitItemStack.blocksAttacks
(ItemDamage damage) Blocks attacks with the specified damage type using this item. -
Uses of ItemDamage in net.tnemc.item.component.helper
Methods in net.tnemc.item.component.helper that return ItemDamage -
Uses of ItemDamage in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return ItemDamageMethods in net.tnemc.item.component.impl with parameters of type ItemDamage -
Uses of ItemDamage in net.tnemc.item.paper
Methods in net.tnemc.item.paper with parameters of type ItemDamageModifier and TypeMethodDescriptionAbstractItemStack
<org.bukkit.inventory.ItemStack> PaperItemStack.blocksAttacks
(ItemDamage damage) Blocks attacks with the specified damage type using this item.