Examples of chooseTrumpf()


Examples of ch.bfh.jass.interfaces.IPlayer.chooseTrumpf()

     */
    public void moveTrumpf() throws YouMustNotSetTrumpfException {
        this.rule.moveTrumpf();
        IPlayer teamPlayer = this.getTeamPlayer(this.players.getCurrent());
        if (teamPlayer.isAI()) {
            this.setTrumpf(teamPlayer.chooseTrumpf(), teamPlayer);
        }
    }

    /**
     * @return true if the trumpf is already moved, otherwise false
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.