JavaDoc fixes

This commit is contained in:
tastybento 2021-07-31 10:51:27 -07:00
parent 88e44c9e1d
commit 908b0a834f
2 changed files with 4 additions and 4 deletions

View File

@ -1695,7 +1695,7 @@ public class AISettings implements WorldSettings {
/**
*
* @param acidRainEffects
* @param acidRainEffects potion effects from rain
* @since 1.9.1
*/
public void setAcidRainEffects(List<PotionEffectType> acidRainEffects) {

View File

@ -26,9 +26,9 @@ public abstract class AbstractAcidEvent extends Event implements Cancellable {
/**
* @param player
* @param rainDamage
* @param protection
* @param player player
* @param protection protection value
* @param potionEffects the potion effects applied
*/
protected AbstractAcidEvent(Player player, double protection, List<PotionEffectType> potionEffects) {
this.player = player;