Uses of Enum Class
studio.magemonkey.divinity.manager.effects.IEffectType
Packages that use IEffectType
Package
Description
-
Uses of IEffectType in studio.magemonkey.divinity.manager.effects
Methods in studio.magemonkey.divinity.manager.effects that return IEffectTypeModifier and TypeMethodDescriptionabstract IEffectTypeIEffect.getType()static IEffectTypeReturns the enum constant of this class with the specified name.static IEffectType[]IEffectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.divinity.manager.effects with parameters of type IEffectType -
Uses of IEffectType in studio.magemonkey.divinity.manager.effects.main
Methods in studio.magemonkey.divinity.manager.effects.main that return IEffectTypeModifier and TypeMethodDescriptionAdjustStatEffect.getType()BleedEffect.getType()DisarmEffect.getType()ResistEffect.getType()RootEffect.getType()StunEffect.getType()Methods in studio.magemonkey.divinity.manager.effects.main with parameters of type IEffectTypeModifier and TypeMethodDescriptiondoubleResistEffect.getResist(IEffectType type) ResistEffect.Builder.withResist(IEffectType type, double resist) -
Uses of IEffectType in studio.magemonkey.divinity.stats
Methods in studio.magemonkey.divinity.stats with parameters of type IEffectTypeModifier and TypeMethodDescriptiondoubleEntityStats.getEffectResist(IEffectType type, boolean safe) booleanEntityStats.hasEffect(IEffectType type)