Class ResistEffect
java.lang.Object
studio.magemonkey.divinity.manager.effects.IEffect
studio.magemonkey.divinity.manager.effects.IExpirableEffect
studio.magemonkey.divinity.manager.effects.main.ResistEffect
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class studio.magemonkey.divinity.manager.effects.IExpirableEffect
endTime -
Method Summary
Modifier and TypeMethodDescriptiondoublegetResist(IEffectType type) getType()voidonClear()booleanonTrigger(boolean force) booleanMethods inherited from class studio.magemonkey.divinity.manager.effects.IExpirableEffect
getLifeTime, isExpired, isPermanent, triggerMethods inherited from class studio.magemonkey.divinity.manager.effects.IEffect
applyPotionEffects, applyTo, clear, getCaster, getCharges, getTarget, getThreshold, isPositive, isType, removePotionEffects, setApplyMessage, setExpireMessage, setRejectMessage, setThreshold, takeCharge
-
Method Details
-
getType
-
getResist
-
onTrigger
public boolean onTrigger(boolean force) -
onClear
public void onClear() -
resetOnDeath
public boolean resetOnDeath()- Specified by:
resetOnDeathin classIEffect
-