Esempio n. 1
0
 public static void beAttackedLikeApprentice(Apprentice a) {
   a.defence();
 }
Esempio n. 2
0
 public static void saySomethingLikeApprentice(Apprentice a, String something) {
   a.say(something);
 }
Esempio n. 3
0
 public static void strikeTheEnemyLikeApprentice(Apprentice a) {
   a.hit();
 }