Enum XSound

java.lang.Object
java.lang.Enum<XSound>
com.cryptomorin.xseries.XSound
All Implemented Interfaces:
Serializable, Comparable<XSound>, java.lang.constant.Constable

public enum XSound
extends Enum<XSound>
XSound - Universal Minecraft Sound Support
1.13 and above as priority.

Sounds are thread-safe. But this doesn't mean you should use a bukkit async scheduler for every Player.playSound(org.bukkit.Location, org.bukkit.Sound, float, float) call.

Volume: 0.0-∞ - 1.0f (normal) - Using higher values increase the distance from which the sound can be heard.
Pitch: 0.5-2.0 - 1.0f (normal) - How fast the sound is play.

1.8: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html Latest: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html Basics: https://bukkit.org/threads/151517/ play command: https://minecraft.gamepedia.com/Commands/play

Version:
5.1.0
Author:
Crypto Morin
See Also:
Sound