diff options
author | TotalledZebra <[email protected]> | 2024-05-30 23:31:45 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-30 22:31:45 +0200 |
commit | 3181470ad7d372d2a799c3dcdb61e9392969abe4 (patch) | |
tree | 2c14a8d935b793dd89b1657fb48480b70e62d8c5 /patches/server/0579-Stinger-API.patch | |
parent | a47e11d464d84aca537687748aafe32c08567801 (diff) | |
download | Paper-3181470ad7d372d2a799c3dcdb61e9392969abe4.tar.gz Paper-3181470ad7d372d2a799c3dcdb61e9392969abe4.zip |
Add entity heal API (#10267)
Diffstat (limited to 'patches/server/0579-Stinger-API.patch')
-rw-r--r-- | patches/server/0579-Stinger-API.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0579-Stinger-API.patch b/patches/server/0579-Stinger-API.patch index 3abe3d922a..fe0a993d6a 100644 --- a/patches/server/0579-Stinger-API.patch +++ b/patches/server/0579-Stinger-API.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Stinger API diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -index ea929ca51bd35447da4bdb42379dfc12ea2aae67..f0e9d68381fb75900bcd6976a83fd94028fd2712 100644 +index e549c827d68ca96afea1ffdabf6802275c3328d1..f4574527cb1dddb97dba1fa2dfe1c17b89728015 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -@@ -353,6 +353,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -360,6 +360,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end } @@ -20,7 +20,7 @@ index ea929ca51bd35447da4bdb42379dfc12ea2aae67..f0e9d68381fb75900bcd6976a83fd940 // Paper start - Add methods for working with arrows stuck in living entities @Override -@@ -367,6 +372,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -374,6 +379,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end - Add methods for working with arrows stuck in living entities |