Update and rebuild patches
This commit is contained in:
2
Bukkit
2
Bukkit
Submodule Bukkit updated: 650ae8fbe3...58b2aab474
Submodule CraftBukkit updated: 0619f0eb3b...6026dad124
@@ -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
|
||||
+
|
||||
}
|
||||
--
|
||||
Reference in New Issue
Block a user