mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-29 22:24:02 +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
|
* @since 1.9.1
|
||||||
*/
|
*/
|
||||||
public void setAcidRainEffects(List<PotionEffectType> acidRainEffects) {
|
public void setAcidRainEffects(List<PotionEffectType> acidRainEffects) {
|
||||||
|
@ -26,9 +26,9 @@ public abstract class AbstractAcidEvent extends Event implements Cancellable {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param player
|
* @param player player
|
||||||
* @param rainDamage
|
* @param protection protection value
|
||||||
* @param protection
|
* @param potionEffects the potion effects applied
|
||||||
*/
|
*/
|
||||||
protected AbstractAcidEvent(Player player, double protection, List<PotionEffectType> potionEffects) {
|
protected AbstractAcidEvent(Player player, double protection, List<PotionEffectType> potionEffects) {
|
||||||
this.player = player;
|
this.player = player;
|
||||||
|
Loading…
Reference in New Issue
Block a user