Package com.gamingmesh.jobs.actions

Examples of com.gamingmesh.jobs.actions.EntityActionInfo


               
                // restricted area multiplier
                double multiplier = ConfigManager.getJobsConfiguration().getRestrictedMultiplier(pDamager);
                // pay
                JobsPlayer jDamager = Jobs.getPlayerManager().getJobsPlayer(pDamager);
                Jobs.action(jDamager, new EntityActionInfo(lVictim.getType(), ActionType.KILL), multiplier);
            }
        }
    }
View Full Code Here

TOP

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

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.