Package com.jcloisterzone.ui

Examples of com.jcloisterzone.ui.PlayerColor


    }

    public PlayerColor getPlayerColor(PlayerSlot slot) {
        try {
            ColorConfig cfg = players.getColors().get(slot.getNumber());
            return new PlayerColor(cfg);
        } catch (IndexOutOfBoundsException ex) {
            logger.warn("Too few player colors defined in config");
            return new PlayerColor();
        }
    }
View Full Code Here

TOP

Related Classes of com.jcloisterzone.ui.PlayerColor

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.