summaryrefslogtreecommitdiffstats
path: root/src/test/java/org
Commit message (Collapse)AuthorAgeLines
* Fix incorrect unit test namemd_52018-02-16-1/+1
|
* Unit tests for Material.isItemmd_52018-01-16-0/+18
|
* SPIGOT-2892: Fix some clone implementations and add unit testmd_52017-12-16-0/+22
|
* Add ChunkDataTest from PR #157Antony Riley2017-12-08-0/+82
|
* Add color API for Teamsmd_52017-05-28-0/+22
|
* Update to Minecraft 1.12-pre2md_52017-05-14-28/+14
|
* Add Material.isFuel to check if a material is a furnace fuel.Phoenix6162017-03-24-0/+6
|
* SPIGOT-1592: Implement ItemMeta for Spawn EggsMatthew2016-12-06-0/+10
| | | | | The Minecraft implementation of spawn eggs is able to construct an entity using all data that is present in the save format, however since the Bukkit API has no such way to construct an entity unattached to a world, and it appears creating such a way is a very challenging task, the decision was instead made to add this API now that 1.11 has entities which may not be represented by data values. In the future it may be possible to implement a more expanded API cognate with this one.
* SPIGOT-2871: Improve BlockStates + BlockStateMetamd_52016-12-02-1/+39
|
* Add stopSound for specific sound category & unit test for SoundCategorymd_52016-11-19-0/+14
|
* SPIGOT-2787: Keep performing getter null conversion at call sitesmd_52016-11-18-0/+8
|
* Remove unit test based on now incorrect assumptionsmd_52016-11-18-8/+0
|
* Update to Minecraft 1.11md_52016-11-17-1/+0
|
* SPIGOT-2481: Implement EnchantmentTarget.BREAKABLEmd_52016-07-08-0/+10
|
* BUILDTOOLS-251: Make much of Bukkit locale independentmd_52016-06-26-1/+1
|
* Update to Minecraft 1.10md_52016-06-09-5/+4
|
* SPIGOT-1934: Expand EnderDragon API - implement dragon phasesMatthew2016-03-23-0/+50
|
* SPIGOT-1638 / SPIGOT-1673: Rework Potions APIt00thpick12016-03-12-32/+4
|
* Ignore FROSTED_ICE in meta unit tests.md_52016-03-01-1/+2
|
* Run Biome test with AbstractTestingBasemd_52016-03-01-1/+2
|
* Update to Minecraft 1.9md_52016-03-01-19/+79
|
* Update to 1.8.4Thinkofdeath2015-05-17-1/+1
|
* Update the rename markersThinkofdeath2015-03-19-1/+1
|
* SPIGOT-370: Remove LOCKED_CHESTThinkofdeath2015-03-11-1/+0
| | | | It doesn't exist anymore and has been deprecated for a year
* Add a unit test for map colorsThinkofdeath2015-03-07-0/+62
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-3/+3
|
* Fix PerMaterialTest skipping useful tests for certain blocksThinkofdeath2015-01-25-4/+4
|
* Remove DEBUG_ALL_BLOCK_STATES due to it being brokenThinkofdeath2014-12-28-0/+1
|
* Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164Thinkofdeath2014-12-11-0/+10
|
* Add CraftMetaTileEntity, fixes the previously broken testsThinkofdeath2014-12-07-3/+3
|
* Disable some tests whilst issues with them are looked intoThinkofdeath2014-12-07-2/+2
|
* Update to Minecraft 1.8Thinkofdeath2014-11-28-42/+77
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
|
* Handle profiles in SkullMeta, they don't store a string anymore.Travis Watkins2014-04-17-1/+3
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2/+2
|
* [Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305t00thpick12014-01-16-38/+62
|
* Add failing unit test for ItemMeta-repairabilityWesley Wolfe2014-01-14-0/+56
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-26/+58
|
* Make ItemFactoryTest.java platform agnostic. Fixes BUKKIT-4695Wesley Wolfe2013-08-14-4/+6
| | | | | | | Maven paths that include spaces (and possible other characters) get improperly translated when using a file handle from a URL. This changes the unit test to open a stream directly from the URL, providing proper file resolution on multiple platforms.
* Fix javac workaround in ItemStackTestWesley Wolfe2013-08-06-13/+10
|
* Add BukkitObjectIOStream tests on top of ItemMeta testsWesley Wolfe2013-08-06-9/+76
|
* Store item attributes. Addresses BUKKIT-4523Wesley Wolfe2013-07-27-0/+45
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Add methods to check conflicting enchantments. Adds BUKKIT-3830GJ2013-03-25-0/+47
|
* Implement unit test for hasGravity(). Adds BUKKIT-3832nitnelave2013-03-20-0/+10
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-2/+2
|
* Improve the item meta deserialization code-styleWesley Wolfe2013-01-18-2/+38
| | | | | | Fixed the ItemMetaFireworkTest Add set power unit tests for FireworkMeta
* Add ItemStackMapTestWesley Wolfe2013-01-15-0/+121
| | | | This test was missing from c056293b38cb9a1296937d91746b175252be044a
* Update unit test to reflect firework color fix. Fixes BUKKIT-3382Wesley Wolfe2013-01-05-1/+1
| | | | The ItemDye color-int array uses dye data values, not wool.
* Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786Wesley Wolfe2013-01-05-2/+2
| | | | | These two methods are now deprecated and replaced by the strictly equivalent calls using wool data.