Interface SpecialAbilityCapable

All Known Implementing Classes:
Boss, Player

public interface SpecialAbilityCapable
Interface for objects that can use a special ability. Implemented by Player invalid input: '&' Boss
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Activates 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.