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

Submodule Bukkit updated: 650ae8fbe3...58b2aab474

View File

@@ -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
+
}
--