Interface Damageable

  • All Known Implementing Classes:
    Monster, Player

    public interface Damageable
    • Method Detail

      • inflict

        void inflict​(int amount)
      • heal

        void heal​(int amount)
      • onDeath

        void onDeath()
      • onColdDeath

        void onColdDeath()