Class HealingResult

java.lang.Object
net.demilich.metastone.game.logic.HealingResult
All Implemented Interfaces:
HasValue

public class HealingResult extends Object implements HasValue
Records the result of a heal.
  • Constructor Details

    • HealingResult

      public HealingResult(int healing, int excess)
  • Method Details

    • getHealing

      public int getHealing()
    • getValue

      public int getValue()
      Description copied from interface: HasValue
      Gets the value associated with the event.
      Specified by:
      getValue in interface HasValue
      Returns:
    • getExcess

      public int getExcess()