Deprecate duplicate API for arrow stuck count (#8829)
This commit is contained in:
parent
72de51c57a
commit
3212d9fcf5
6 changed files with 63 additions and 9 deletions
|
@ -10,7 +10,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+++ b/src/main/java/org/bukkit/entity/LivingEntity.java
|
||||
@@ -0,0 +0,0 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
|
||||
*/
|
||||
public void setArrowsInBody(int count);
|
||||
void setArrowsInBody(int count, boolean fireEvent); // Paper
|
||||
|
||||
+ // Paper Start - Bee Stinger API
|
||||
+ /**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue