Update and rebuild patches

This commit is contained in:
Zach Brown 2016-03-12 13:52:49 -06:00
parent d230ac7ef2
commit b7d6f29245
3 changed files with 5 additions and 5 deletions

2
Bukkit

@ -1 +1 @@
Subproject commit 650ae8fbe37371aaabb503fee614ec7e3193635d Subproject commit 58b2aab4746e91a03e5f67b9f8b864ca0d21aaba

@ -1 +1 @@
Subproject commit 0619f0eb3b3d7271c830e4a4be9b8c292037ecd7 Subproject commit 6026dad12479bef92ca7a51ca2f9009207843e82

View file

@ -9,10 +9,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/src/main/java/org/bukkit/entity/LivingEntity.java --- a/src/main/java/org/bukkit/entity/LivingEntity.java
+++ b/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 @@ -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 + // Paper start
+ /** + /**
+ * Get the number of arrows stuck in this entity + * Get the number of arrows stuck in this entity
@ -28,5 +27,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ */ + */
+ void setArrowsStuck(int arrows); + void setArrowsStuck(int arrows);
+ // Paper end + // Paper end
+
} }
-- --