mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-26 04:36:00 +01:00
JavaDoc fixes
This commit is contained in:
parent
88e44c9e1d
commit
908b0a834f
@ -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) {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user