Package net.aufdemrand.denizen.utilities

Examples of net.aufdemrand.denizen.utilities.ParticleEffect.display()


                    players = ParticleEffect.getPlayersInRange(location, radius.asDouble());
                else {
                    for (dPlayer player: targets)
                        if (player.isValid() && player.isOnline()) players.add(player.getPlayerEntity());
                }
                particleEffect.display(location, os, os, os, data.asFloat(), qty.asInt(), players);
            }

            // Play an iconcrack (item break) effect
            else {
                float os = offset.asFloat();
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.