Package com.jcloisterzone.board

Examples of com.jcloisterzone.board.RemoveTileException


    @Override
    public void initTile(Tile tile, Element xml) {
        if (!game.hasRule(CustomRule.KEEP_CLOISTERS)) {
            if (tile.getId().equals("BA.L") || tile.getId().equals("BA.LR")) {
                throw new RemoveTileException();
            }
        }
    }
View Full Code Here

TOP

Related Classes of com.jcloisterzone.board.RemoveTileException

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.