Bukkit/Spigot
e9ae9842f0
Apply and enforce import ordering rules
...
By: md_5 <git@md-5.net >
2019-04-23 14:33:57 +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
e3d4acc303
Assorted whitespace fixes
...
By: md_5 <git@md-5.net >
2017-08-06 09:08:05 +10:00
Bukkit/Spigot
3e1845033a
SPIGOT-1464: Fixed setting Mushroom faces
...
By: ryanbennitt <ryanbennitt@googlemail.com >
2016-03-20 14:20:46 +00: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
bb50f1a774
Pulling all pending Bukkit-JavaDoc changes
...
A special thanks goes to @aerouk for almost all of the changes found here.
By: Wesley Wolfe <weswolf@aol.com >
2013-12-15 01:07:43 -05:00
Bukkit/Spigot
f9bec6eadd
Deprecate magic values
...
By: Wesley Wolfe <weswolf@aol.com >
2013-08-19 13:32:18 -05:00
Bukkit/Spigot
599ec05858
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com >
2013-08-03 21:46:30 -04: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
fb55ed2a78
[Bleeding] MaterialData fixes. Addresses BUKKIT-842
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-02-26 22:07:26 -05:00