summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/SoundTest.java
Commit message (Collapse)AuthorAgeLines
* Map org.bukkit.Sound to String values for sending to client.Wesley Wolfe2012-09-26-0/+17
This change was done to remove the internal sound names from the API. Along with moving the internal names into CraftBukkit, a unit test was added for any new sounds added in the API to assure they have a non-null mapping.