Package org.bukkit

Enum Sound

All Implemented Interfaces:
Serializable, Comparable<Sound>, Constable, Keyed

public enum Sound
extends Enum<Sound>
implements Keyed
An Enum of Sounds the server is able to send to players.

WARNING: At any time, sounds may be added/removed from this Enum or even MineCraft itself! There is no guarantee the sounds will play. There is no guarantee values will not be removed from this Enum. As such, you should not depend on the ordinal values of this class.