Package smack.down

Examples of smack.down.Callback$Predicate


   
    assertEquals(1, base1.getMinions().size());
    assertTrue(base1.getMinions().contains(m2));
    assertFalse(player2.getDiscardPile().contains(m2));
   
    m1.play(base1, new Callback() {
      public Minion selectMinionInPlay(Base base, int strengthLimit) {
        return m2;
      }
    });
   
View Full Code Here

TOP

Related Classes of smack.down.Callback$Predicate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.