SPIGOT-1356: Clarify expectations about PotionEffectType.values().

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-03-01 08:30:03 +11:00
parent 3cb487abe5
commit 339b73ce6f

View File

@ -280,6 +280,7 @@ public abstract class PotionEffectType {
/**
* Returns an array of all the registered {@link PotionEffectType}s.
* This array is not necessarily in any particular order and may contain null.
*
* @return Array of types.
*/