Add methods to get and set arrow knockback. Adds BUKKIT-5103

This commit is contained in:
Likaos
2013-12-16 22:30:13 -05:00
committed by Nate Mortensen
parent 7f22899456
commit fb8c5547b3
2 changed files with 11 additions and 1 deletions

View File

@@ -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);