public class EnchantmentDamageArthropods extends EnchantmentDamage
EnchantmentDamage.TYPEdamageType| Constructor and Description |
|---|
EnchantmentDamageArthropods() |
| Modifier and Type | Method and Description |
|---|---|
void |
doPostAttack(org.cloudburstmc.api.enchantment.EnchantmentInstance enchantment,
org.cloudburstmc.api.entity.Entity entity,
org.cloudburstmc.api.entity.Entity attacker) |
float |
getDamageBonus(org.cloudburstmc.api.enchantment.EnchantmentInstance enchantment,
org.cloudburstmc.api.entity.Entity entity) |
int |
getMaxEnchantAbility(int level) |
int |
getMinEnchantAbility(int level) |
canEnchant, isCompatibleWith, isMajorpublic int getMinEnchantAbility(int level)
getMinEnchantAbility in class org.cloudburstmc.api.enchantment.behavior.EnchantmentBehaviorpublic int getMaxEnchantAbility(int level)
getMaxEnchantAbility in class org.cloudburstmc.api.enchantment.behavior.EnchantmentBehaviorpublic float getDamageBonus(org.cloudburstmc.api.enchantment.EnchantmentInstance enchantment,
org.cloudburstmc.api.entity.Entity entity)
getDamageBonus in class org.cloudburstmc.api.enchantment.behavior.EnchantmentBehaviorpublic void doPostAttack(org.cloudburstmc.api.enchantment.EnchantmentInstance enchantment,
org.cloudburstmc.api.entity.Entity entity,
org.cloudburstmc.api.entity.Entity attacker)
doPostAttack in class org.cloudburstmc.api.enchantment.behavior.EnchantmentBehaviorCopyright © 2021. All rights reserved.