aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0545-Expose-LivingEntity-hurt-direction.patch
diff options
context:
space:
mode:
authorShane Freeder <[email protected]>2022-01-11 08:21:14 +0000
committerShane Freeder <[email protected]>2022-03-13 21:38:09 +0000
commitfbe33f4f2c0d082e91492e59cc587bc663d7c6c3 (patch)
treef80489f631b239c20f4821752019234517d5c8e8 /patches/server/0545-Expose-LivingEntity-hurt-direction.patch
parent1358d1e9146ca80d0ff84a644c7796d20b39765c (diff)
downloadPaper-feature/getEntityTargetPredicate.tar.gz
Paper-feature/getEntityTargetPredicate.zip
Add getTargetEntity predicatefeature/getEntityTargetPredicate
Diffstat (limited to 'patches/server/0545-Expose-LivingEntity-hurt-direction.patch')
-rw-r--r--patches/server/0545-Expose-LivingEntity-hurt-direction.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0545-Expose-LivingEntity-hurt-direction.patch b/patches/server/0545-Expose-LivingEntity-hurt-direction.patch
index 2f461711f6..415774734d 100644
--- a/patches/server/0545-Expose-LivingEntity-hurt-direction.patch
+++ b/patches/server/0545-Expose-LivingEntity-hurt-direction.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Expose LivingEntity hurt direction
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
-index 24ffc967391c9ba175f41396a90007ecdc32f55c..0293d6fd1bb29f75fa1fa1cdfa36b3f679c1bc45 100644
+index 8b1c26e17dc98069648d354f709224636785c7e6..c75dffe431a423dedff35cf9ea56768a4afa67eb 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
-@@ -850,5 +850,15 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
+@@ -860,5 +860,15 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
public void playPickupItemAnimation(org.bukkit.entity.Item item, int quantity) {
getHandle().take(((CraftItem) item).getHandle(), quantity);
}