Fix javadoc errors/warnings
By: Celtic Minstrel <celtic.minstrel.ca@some.place>
This commit is contained in:
@@ -10,6 +10,7 @@ import org.bukkit.potion.PotionEffect;
|
||||
public interface ThrownPotion extends Projectile {
|
||||
/**
|
||||
* Returns the effects that are applied by this potion.
|
||||
* @return The potion effects
|
||||
*/
|
||||
public Collection<PotionEffect> getEffects();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user