Bukkit/Spigot
7a2194f937
Explicitly deprecate all MaterialData subclasses
...
By: md_5 <git@md-5.net >
2019-05-20 20:09:17 +10:00
Bukkit/Spigot
82854b7bd7
Add Override annotations where appropriate
...
By: md_5 <git@md-5.net >
2019-04-28 11:37:52 +10:00
Bukkit/Spigot
767e4f6ccf
Update to Minecraft 1.13-pre7
...
By: md_5 <git@md-5.net >
2018-07-15 10:00:00 +10:00
Bukkit/Spigot
b2d54f59bb
Clean up the javadoc to pass java 8's doclint
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-11-30 21:09:01 +00:00
Bukkit/Spigot
f9bec6eadd
Deprecate magic values
...
By: Wesley Wolfe <weswolf@aol.com >
2013-08-19 13:32:18 -05:00
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
Bukkit/Spigot
8bc2cf4969
[Bleeding] Cleanup clone methods.
...
By: Wesley Wolfe <weswolf@aol.com >
2012-02-14 01:49:06 -06:00
Bukkit/Spigot
aaab1cba23
Generic cleanup of warnings, whitespace and style.
...
By: Erik Broes <erikbroes@grum.nl >
2011-12-25 16:02:30 +01:00
Bukkit/Spigot
7a2afd1206
Fixed setFacingDirection and removed redundant interface. Thanks DiddiZ!
...
By: EvilSeph <evilseph@gmail.com >
2011-07-14 14:33:39 -04:00
Bukkit/Spigot
eae5329f9c
Update to 1.7
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-06-30 15:18:11 +01:00