Thinkofdeath
84699b36a8
Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164
2014-12-11 19:38:09 +00:00
Thinkofdeath
44ea9d88c2
Add CraftMetaTileEntity, fixes the previously broken tests
2014-12-07 13:22:56 +00:00
Thinkofdeath
c571bbe590
Disable some tests whilst issues with them are looked into
2014-12-07 11:50:45 +00:00
Thinkofdeath
24557bc2b3
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
2014-11-28 17:16:30 +11:00
Travis Watkins
dbb5e6e3cd
Update CraftBukkit to Minecraft 1.7.10
2014-07-08 14:31:10 -05:00
Travis Watkins
a81f26716d
Handle profiles in SkullMeta, they don't store a string anymore.
2014-04-17 14:09:53 -05:00
Wesley Wolfe
1f9f6a51c2
Add failing unit test for ItemMeta-repairability
2014-01-14 18:13:13 -06:00
mbax
2726696652
Update CraftBukkit to Minecraft 1.7.2
2013-11-30 19:26:12 -06:00
Wesley Wolfe
f481c9ee07
Make ItemFactoryTest.java platform agnostic. Fixes BUKKIT-4695
...
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.
2013-08-14 02:37:24 -05:00
Wesley Wolfe
71a6a56572
Fix javac workaround in ItemStackTest
2013-08-06 20:09:42 -05:00
Wesley Wolfe
9ba5c79c30
Add BukkitObjectIOStream tests on top of ItemMeta tests
2013-08-06 20:00:29 -05:00
Wesley Wolfe
1e7f2ebebd
Store item attributes. Addresses BUKKIT-4523
2013-07-27 18:00:01 -05:00
GJ
96ba65d506
Add methods to check conflicting enchantments. Adds BUKKIT-3830
2013-03-25 10:51:54 -04:00
Wesley Wolfe
01fc296fef
Improve the item meta deserialization code-style
...
Fixed the ItemMetaFireworkTest
Add set power unit tests for FireworkMeta
2013-01-18 02:58:07 -06:00
Wesley Wolfe
647b82032b
Add ItemStackMapTest
...
This test was missing from c056293b38cb9a1296937d91746b175252be044a
2013-01-15 01:22:53 -06:00
Wesley Wolfe
708252c020
Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237
...
Some meta functionality is refactored into common methods.
CraftItemStack uses the ItemMetaKey identifiers for enchantments.
Refactored unit test to include extra functionality; initially only
checking the presence of the DelegateDeserialization annotation.
2012-12-21 10:36:34 -06:00
Wesley Wolfe
78f48258d8
Implement ItemFactory and ItemMeta values. Adds BUKKIT-15
2012-12-17 01:31:41 -06:00
Wesley Wolfe
0f4c206f9b
Add isRecord and new material method tests.
...
Cleaned up all of the CraftBukkit tests, including moving some tests
from MaterialTest to PerMaterialTest.
2012-12-14 02:02:02 -06:00
Andrew Ardill
5124f8f462
Test cloning of CraftItemStacks created with null nms ItemStacks
2011-12-29 22:44:58 +11:00
Andrew Ardill
acfb4f2fbe
Test cloning enchanted CraftItemStacks
2011-12-20 00:25:15 +11:00