summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/SoundTest.java
Commit message (Collapse)AuthorAgeLines
* Fix some tests randomly failingmd_52018-08-26-1/+2
|
* Update to Minecraft 1.13.1md_52018-08-26-2/+2
|
* Update to Minecraft 1.12-pre2md_52017-05-14-1/+1
|
* Add stopSound for specific sound category & unit test for SoundCategorymd_52016-11-19-0/+14
|
* BUILDTOOLS-251: Make much of Bukkit locale independentmd_52016-06-26-1/+1
|
* Update to Minecraft 1.9md_52016-03-01-1/+10
|
* Add isRecord and new material method tests.Wesley Wolfe2012-12-14-2/+3
| | | | | Cleaned up all of the CraftBukkit tests, including moving some tests from MaterialTest to PerMaterialTest.
* 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.