Package com.gamingmesh.jobs.actions

Examples of com.gamingmesh.jobs.actions.BlockActionInfo


            return;
       
        // restricted area multiplier
        double multiplier = ConfigManager.getJobsConfiguration().getRestrictedMultiplier(player);
        JobsPlayer jPlayer = Jobs.getPlayerManager().getJobsPlayer(player);
        Jobs.action(jPlayer, new BlockActionInfo(block, ActionType.BREAK), multiplier);
    }
View Full Code Here


            return;
       
        // restricted area multiplier
        double multiplier = ConfigManager.getJobsConfiguration().getRestrictedMultiplier(player);
        JobsPlayer jPlayer = Jobs.getPlayerManager().getJobsPlayer(player);
        Jobs.action(jPlayer, new BlockActionInfo(block, ActionType.PLACE), multiplier);
    }
View Full Code Here

TOP

Related Classes of com.gamingmesh.jobs.actions.BlockActionInfo

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.