Interface Health

All Known Implementing Classes:
Enemy, Player

public interface Health
Interface for Character that have health.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    damage(int damage)
     
    void
    heal(int healing)
     
  • Method Details

    • damage

      void damage(int damage)
    • heal

      void heal(int healing)