Examples of FeatureAreaLayer


Examples of com.jcloisterzone.ui.grid.layer.FeatureAreaLayer

        if (game.hasCapability(BarnCapability.class)) {
            gridPanel.addLayer(new BarnAreaLayer(gridPanel), false);
        }

        gridPanel.addLayer(new TilePlacementLayer(gridPanel), false);
        gridPanel.addLayer(new FeatureAreaLayer(gridPanel), false);
        if (game.hasCapability(TowerCapability.class) || game.hasCapability(FairyCapability.class)) {
            gridPanel.addLayer(new TileActionLayer(gridPanel), false);
        }
        if (game.hasCapability(AbbeyCapability.class)) {
            gridPanel.addLayer(new AbbeyPlacementLayer(gridPanel), 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.