Class TreatVictimPlan


  • public class TreatVictimPlan
    extends java.lang.Object
    Move to victim and treat her.
    • Constructor Summary

      Constructors 
      Constructor Description
      TreatVictimPlan()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The plan body.
      void failed​(java.lang.Exception e)
      Called when a plan fails.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TreatVictimPlan

        public TreatVictimPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
      • failed

        public void failed​(java.lang.Exception e)
        Called when a plan fails.