Interface HealerBehavior


public interface HealerBehavior
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    heal​(Creature creature)
     
    void
    init​(String healingProfile)
     
  • Method Details

    • init

      void init(String healingProfile)
    • heal

      void heal(Creature creature)