Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update to Minecraft 1.12-pre2 | md_5 | 2017-05-14 | -1/+1 |
| | ||||
* | Add stopSound for specific sound category & unit test for SoundCategory | md_5 | 2016-11-19 | -0/+14 |
| | ||||
* | BUILDTOOLS-251: Make much of Bukkit locale independent | md_5 | 2016-06-26 | -1/+1 |
| | ||||
* | Update to Minecraft 1.9 | md_5 | 2016-03-01 | -1/+10 |
| | ||||
* | 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. |