Package com.jcloisterzone.game.capability

Examples of com.jcloisterzone.game.capability.BuilderCapability


            rating += 1.5;
        } else {
            rating += 0.5;
        }

        BuilderCapability bc = game.getCapability(BuilderCapability.class);
        //builder used on object
        if (bc.getBuilderState() == BuilderState.ACTIVATED) {
            rating += 3.5;
        }
        return rating;
    }
View Full Code Here

TOP

Related Classes of com.jcloisterzone.game.capability.BuilderCapability

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.