13
0
geforkt von Mirrors/Paper
Paper/paper-api/src/main/java/org/bukkit/util
Bukkit/Spigot 711f3f1007 [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.

By: feildmaster <admin@feildmaster.com>
2012-12-01 00:21:22 -06:00
..
noise Generic cleaning 2012-01-15 14:37:30 +01:00
permissions Revive the toggledownfall permission! (and fix descriptions) 2012-08-02 18:31:19 -05:00
BlockIterator.java [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069 2012-12-01 00:21:22 -06:00
BlockVector.java [Bleeding] Cleanup clone methods. 2012-02-14 01:49:06 -06:00
ChatPaginator.java [Bleeding] Correct handling of blank lines in ChatPaginator. 2012-03-10 13:40:05 -08:00
FileUtil.java Whitespace + general cleanup 2011-05-14 23:22:54 +02:00
Java15Compat.java Whitespace + general cleanup 2011-05-14 23:22:54 +02:00
NumberConversions.java Adding ceil to NumberConversions 2012-04-15 18:25:57 -05:00
StringUtil.java Add tab-completion API. Fixes BUKKIT-2181. Adds BUKKIT-2602 2012-10-09 14:54:12 -05:00
Vector.java [Bleeding] Optimized locToBlock. Addresses BUKKIT-815 2012-02-29 16:07:47 -06:00