mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-28 10:53:51 -07:00
Add methods to get and set arrow knockback. Adds BUKKIT-5103
This commit is contained in:
@@ -21,7 +21,7 @@ public class EntityArrow extends Entity implements IProjectile {
|
||||
private int j;
|
||||
private int au;
|
||||
private double damage = 2.0D;
|
||||
private int aw;
|
||||
public int aw; // CraftBukkit - private -> public
|
||||
|
||||
public EntityArrow(World world) {
|
||||
super(world);
|
||||
|
Reference in New Issue
Block a user