Examples of strikeLightning()


Examples of org.bukkit.World.strikeLightning()

   
    @Override
    public void execute(Arena arena, MABoss boss) {
        World world = arena.getWorld();
        for (Player p : AbilityUtils.getNearbyPlayers(arena, boss.getEntity(), RADIUS)) {
            world.strikeLightning(p.getLocation());
        }
    }
}
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.