Package org.spongepowered.api.data.type
Interface ItemAction.RemoveEffects
- All Superinterfaces:
ItemAction
- Enclosing interface:
ItemAction
Removes
PotionEffects with matching PotionEffectTypes.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.data.type.ItemAction
ItemAction.ApplyEffects, ItemAction.ClearEffects, ItemAction.Factory, ItemAction.PlaySound, ItemAction.RemoveEffects, ItemAction.TeleportRandomly -
Method Summary
Methods inherited from interface org.spongepowered.api.data.type.ItemAction
apply, apply, type
-
Method Details
-
effectTypes
Set<PotionEffectType> effectTypes()ReturnsPotionEffectTypes that will be removed.- Returns:
PotionEffectTypes that will be removed
-