Commit Graph

7 Commits

Author SHA1 Message Date
Wesley Wolfe
1f83111208 Deprecate magic values 2013-08-28 01:44:09 -05:00
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
Wesley Wolfe
870d10b077 [Bleeding] Cleanup clone methods. 2012-02-20 05:47:03 -05:00
Erik Broes
dce83b6ce4 Generic cleanup of warnings, whitespace and style. 2011-12-25 16:02:30 +01:00
sunkid
77a71670b4 Added setters to applicable MaterialData classes. 2011-06-17 01:39:30 -04:00
Erik Broes
c4d444ce98 Whitespace + general cleanup 2011-05-15 14:06:02 +02:00
sunkid
55e4fbfd14 Ton of Material extensions handling the meta-data of blocks. 2011-04-03 11:28:19 +02:00