Interface SpecialAbilityCapable
public interface SpecialAbilityCapable
Interface for objects that can use a special ability.
Implemented by Player invalid input: '&' Boss
-
Method Summary
Modifier and TypeMethodDescriptionvoidActivates the special ability of the object.
-
Method Details
-
useSpecialAbility
void useSpecialAbility()Activates the special ability of the object. The effect of the ability depends on the implementing class.
-