Class EnchantmentProtectionProjectile
java.lang.Object
org.cloudburstmc.api.enchantment.behavior.EnchantmentBehavior
org.cloudburstmc.server.enchantment.behavior.protection.EnchantmentProtection
org.cloudburstmc.server.enchantment.behavior.protection.EnchantmentProtectionProjectile
author: MagicDroidX
Nukkit Project
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cloudburstmc.server.enchantment.behavior.protection.EnchantmentProtection
EnchantmentProtection.TYPE -
Field Summary
Fields inherited from class org.cloudburstmc.server.enchantment.behavior.protection.EnchantmentProtection
protectionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetMaxEnchantAbility(int level)intgetMinEnchantAbility(int level)floatgetProtectionFactor(org.cloudburstmc.api.enchantment.EnchantmentInstance enchantment, org.cloudburstmc.api.event.entity.EntityDamageEvent e)doubleMethods inherited from class org.cloudburstmc.server.enchantment.behavior.protection.EnchantmentProtection
isCompatibleWith, isMajorMethods inherited from class org.cloudburstmc.api.enchantment.behavior.EnchantmentBehavior
canEnchant, doPostAttack, doPostHurt, getDamageBonus, getMaxEnchantableLevel, getMaxLevel, getWeight
-
Constructor Details
-
EnchantmentProtectionProjectile
public EnchantmentProtectionProjectile()
-
-
Method Details
-
getMinEnchantAbility
public int getMinEnchantAbility(int level)- Overrides:
getMinEnchantAbilityin classorg.cloudburstmc.api.enchantment.behavior.EnchantmentBehavior
-
getMaxEnchantAbility
public int getMaxEnchantAbility(int level)- Overrides:
getMaxEnchantAbilityin classorg.cloudburstmc.api.enchantment.behavior.EnchantmentBehavior
-
getTypeModifier
public double getTypeModifier()- Overrides:
getTypeModifierin classEnchantmentProtection
-
getProtectionFactor
public float getProtectionFactor(org.cloudburstmc.api.enchantment.EnchantmentInstance enchantment, org.cloudburstmc.api.event.entity.EntityDamageEvent e)- Specified by:
getProtectionFactorin classEnchantmentProtection
-