Files
Bukkit/src/main/java/org/bukkit/util
feildmaster 49690f9620 [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069
If you use BlockFace in any way, to compensate the directionals being incorrect, you can still have backwards compatibility if you add in the handling in your plugin:
boolean legacyBlockFace = BlockFace.NORTH().getModX() == -1; (and then handle it accordingly)

If you didn't special case your directions to fix what's being fixed here... Hurray! Your plugin should now work.
2012-12-01 01:06:29 -06:00
..
2012-01-15 14:37:43 +01:00
2011-05-15 14:06:02 +02:00
2011-05-15 14:06:02 +02:00