summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/potion/PotionEffectType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/potion/PotionEffectType.java')
-rw-r--r--src/main/java/org/bukkit/potion/PotionEffectType.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/org/bukkit/potion/PotionEffectType.java b/src/main/java/org/bukkit/potion/PotionEffectType.java
index 87cff375..4919d59e 100644
--- a/src/main/java/org/bukkit/potion/PotionEffectType.java
+++ b/src/main/java/org/bukkit/potion/PotionEffectType.java
@@ -105,7 +105,8 @@ public abstract class PotionEffectType {
public static final PotionEffectType POISON = new PotionEffectTypeWrapper(19);
/**
- * Deals damage to an entity over time and gives the health to the shooter.
+ * Deals damage to an entity over time and gives the health to the
+ * shooter.
*/
public static final PotionEffectType WITHER = new PotionEffectTypeWrapper(20);
@@ -132,7 +133,8 @@ public abstract class PotionEffectType {
}
/**
- * Creates a PotionEffect from this PotionEffectType, applying duration modifiers and checks.
+ * Creates a PotionEffect from this PotionEffectType, applying duration
+ * modifiers and checks.
*
* @see PotionBrewer#createEffect(PotionEffectType, int, int)
* @param duration time in ticks