diff options
Diffstat (limited to 'patches/api/0452-Add-HiddenPotionEffect-API.patch')
-rw-r--r-- | patches/api/0452-Add-HiddenPotionEffect-API.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/api/0452-Add-HiddenPotionEffect-API.patch b/patches/api/0452-Add-HiddenPotionEffect-API.patch index 99d10258a6..29a1e75388 100644 --- a/patches/api/0452-Add-HiddenPotionEffect-API.patch +++ b/patches/api/0452-Add-HiddenPotionEffect-API.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Add HiddenPotionEffect API diff --git a/src/main/java/org/bukkit/entity/LivingEntity.java b/src/main/java/org/bukkit/entity/LivingEntity.java -index e68c71047b2bc1b456c380db25b3ff376852b4a9..47b0154928b3d36e2602da202df07defbcf82108 100644 +index f396c214e71efa2c46ad853e9d2c4b5048895917..e6c78d1f4222badae27b49590c2f9be46608d5d1 100644 --- a/src/main/java/org/bukkit/entity/LivingEntity.java +++ b/src/main/java/org/bukkit/entity/LivingEntity.java -@@ -525,6 +525,9 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource +@@ -559,6 +559,9 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource /** * Adds the given {@link PotionEffect} to the living entity. @@ -18,7 +18,7 @@ index e68c71047b2bc1b456c380db25b3ff376852b4a9..47b0154928b3d36e2602da202df07def * * @param effect PotionEffect to be added * @return whether the effect could be added -@@ -549,6 +552,9 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource +@@ -583,6 +586,9 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource /** * Attempts to add all of the given {@link PotionEffect} to the living * entity. |