From b7d6f2924501982460a1ed2506a61947862b6191 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sat, 12 Mar 2016 13:52:49 -0600 Subject: [PATCH] Update and rebuild patches --- Bukkit | 2 +- CraftBukkit | 2 +- ...d-methods-for-working-with-arrows-stuck-in-living-.patch | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Bukkit b/Bukkit index 650ae8fbe3..58b2aab474 160000 --- a/Bukkit +++ b/Bukkit @@ -1 +1 @@ -Subproject commit 650ae8fbe37371aaabb503fee614ec7e3193635d +Subproject commit 58b2aab4746e91a03e5f67b9f8b864ca0d21aaba diff --git a/CraftBukkit b/CraftBukkit index 0619f0eb3b..6026dad124 160000 --- a/CraftBukkit +++ b/CraftBukkit @@ -1 +1 @@ -Subproject commit 0619f0eb3b3d7271c830e4a4be9b8c292037ecd7 +Subproject commit 6026dad12479bef92ca7a51ca2f9009207843e82 diff --git a/Spigot-API-Patches/Add-methods-for-working-with-arrows-stuck-in-living-.patch b/Spigot-API-Patches/Add-methods-for-working-with-arrows-stuck-in-living-.patch index f69fbf3cd8..ac6be742f7 100644 --- a/Spigot-API-Patches/Add-methods-for-working-with-arrows-stuck-in-living-.patch +++ b/Spigot-API-Patches/Add-methods-for-working-with-arrows-stuck-in-living-.patch @@ -9,10 +9,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 --- a/src/main/java/org/bukkit/entity/LivingEntity.java +++ b/src/main/java/org/bukkit/entity/LivingEntity.java @@ -0,0 +0,0 @@ public interface LivingEntity extends Attributable, Entity, Damageable, Projecti - * @return whether the operation was successful */ - public boolean setLeashHolder(Entity holder); -+ + public void setGliding(boolean gliding); + + // Paper start + /** + * Get the number of arrows stuck in this entity @@ -28,5 +27,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + */ + void setArrowsStuck(int arrows); + // Paper end ++ } -- \ No newline at end of file