Class ArmorEffect
-
- All Implemented Interfaces:
-
org.bukkit.configuration.serialization.ConfigurationSerializable
public final class ArmorEffect extends PotionEffect
-
-
Constructor Summary
Constructors Constructor Description ArmorEffect(PotionEffect effect, Boolean requiresFullSet, Boolean resetOnUnequip)
-
Method Summary
Modifier and Type Method Description final PotionEffect
getEffect()
final Boolean
getRequiresFullSet()
final Boolean
getResetOnUnequip()
-
Methods inherited from class org.bukkit.potion.PotionEffect
apply, equals, getAmplifier, getColor, getDuration, getHiddenPotionEffect, getType, hasIcon, hasParticles, hashCode, isAmbient, isInfinite, isShorterThan, serialize, toString, withAmbient, withAmplifier, withDuration, withIcon, withParticles, withType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEffect
final PotionEffect getEffect()
-
getRequiresFullSet
final Boolean getRequiresFullSet()
-
getResetOnUnequip
final Boolean getResetOnUnequip()
-
-
-
-