Bukkit/Spigot
ec575f5252
Update to Minecraft 1.19
...
By: md_5 <git@md-5.net >
2022-06-08 02:00:00 +10:00
Bukkit/Spigot
6dd24e4af2
Update Maven plugins
...
By: md_5 <git@md-5.net >
2021-07-03 11:06:15 +10:00
Bukkit/Spigot
d16413b877
Javadoc improvements per checkstyle
...
By: md_5 <git@md-5.net >
2019-12-22 09:56:28 +11:00
Bukkit/Spigot
b2c53e8c68
Fix some javadoc warnings
...
Also remove a couple old/broken deprecated methods
By: md_5 <git@md-5.net >
2019-05-20 20:29:33 +10:00
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
416c865476
SPIGOT-2540: Add nullability annotations to entire Bukkit API
...
By: Darkyenus <darkyenus@gmail.com >
2019-03-13 17:42:57 +11:00
Bukkit/Spigot
417599c2ab
Some minor improvements from static analysis
...
By: md_5 <git@md-5.net >
2017-11-07 17:28:28 +11:00
Bukkit/Spigot
f1fb3d9462
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net >
2016-11-17 12:40:59 +11:00
Bukkit/Spigot
14838056ae
Fixed Javadoc errors
...
By: Sycholic <c_chekay@yahoo.com >
2016-03-22 09:18:24 -04:00
Bukkit/Spigot
2fe89bac6f
SPIGOT-1899: Fix inverted potion arguments.
...
By: md_5 <git@md-5.net >
2016-03-12 20:45:04 +11:00
Bukkit/Spigot
949890d29d
SPIGOT-1638 / SPIGOT-1673: Rework Potions API
...
By: t00thpick1 <t00thpick1dirko@gmail.com >
2016-03-02 20:45:27 -05:00
Bukkit/Spigot
abbe3b7bc6
Fix an issue with the potion test
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2015-07-24 00:55:44 +01:00
Bukkit/Spigot
953a90bdd3
SPIGOT-749: Fix NullPointerException and broken logic in Potion.fromDamage(int)
...
By: Antony Riley <antony@cyberiantiger.org >
2015-07-23 16:18:17 +03:00
Bukkit/Spigot
f6175ea588
Checked for instant potions, to fix NPE in serialization. Fixes SPIGOT-749
...
By: olivervscreeper <dev@olivervscreeper.co.uk >
2015-05-25 22:11:37 +01:00
Bukkit/Spigot
d8df20aca9
Fix the decoding of potions for Water.
...
By: FearThe1337 <admin@fearthe1337.com >
2014-12-17 17:22:02 +01: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
7ae60b3017
Correct some magic values. This amends 1f83111208ab3612f384a2e6b65cc28423dc625e
...
By: Wesley Wolfe <weswolf@aol.com >
2013-09-04 17:01:02 -05:00
Bukkit/Spigot
67439804f4
Pulling all pending Bukkit-JavaDoc changes
...
By: Wesley Wolfe <weswolf@aol.com >
2013-09-10 21:02:53 -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
da44559df3
[Bleeding] Fixed some issues with no-effect potions, and added more potion tests. Fixes BUKKIT-1251
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-03-04 18:58:18 -05:00
Bukkit/Spigot
795a61bbeb
Fix javadoc errors/warnings
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-02-26 10:35:17 -05:00
Bukkit/Spigot
5906da7948
[Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844
...
Removed internal collection leaks from PluginDescriptionFile
BREAKING: PluginDescriptionFile.getAuthors() now returns List instead of
ArrayList
Various places with unsafe generics, notably List<Object> getList() in
Configurations are now referenced as <?>. This is nonbreaking, but
sourcecode will need to be revised when compiled.
By: Wesley Wolfe <weswolf@aol.com >
2012-02-29 08:32:25 -06:00
Bukkit/Spigot
ed0584f930
[Bleeding] Fixed potion tests.
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-02-25 17:57:42 -05:00
Bukkit/Spigot
716821eebc
[Bleeding] Add ability for the Potion class to represent no-effect
...
potions. Addresses BUKKIT-817
- Potion's type can be null
- Add Potion.setType()
- New Potion constructors which do not take a PotionType parameter
- Potion constructor chainers splash() and extend() added
- Add PotionType.getMaxLevel() and PotionType.isInstant()
- Add PotionType.WATER which is a very special case
- Make PotionType.getDamageValue() public
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-02-24 23:18:13 -05:00
Bukkit/Spigot
eb66333089
[Bleeding] Deprecate the pointless Potion.Tier enum in favour of a numeric level. Addresses BUKKIT-818
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-02-24 23:17:36 -05:00
Bukkit/Spigot
a66baab794
[Bleeding] Added Potions API. Fixes BUKKIT-389
...
By: fullwall <fullwall@optusnet.com >
2012-01-09 14:39:06 +08:00