Examples of MonasteryAbbotScoreContext


Examples of com.jcloisterzone.feature.visitor.score.MonasteryAbbotScoreContext

            if (f instanceof Completable) {
                if (alreadyRated.contains(m)) continue;
                scoreCompletable((Completable) f, callback);
                if (f instanceof Cloister && ((Cloister)f).isMonastery()) {
                    //additionally to common monk scoring count score for abbots
                    MonasteryAbbotScoreContext ctx = new MonasteryAbbotScoreContext(game);
                    ctx.visit(f);
                    callback.scoreCompletableFeature(ctx);
                }
            }
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.