Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add isRecord and new material method tests. | Wesley Wolfe | 2012-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 Wolfe | 2012-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. |