@@ -44,16 +44,7 @@
|
||||
Vec3D vec3d = new Vec3D(this.targetPlayer.locX() - this.locX(), this.targetPlayer.locY() + (double) this.targetPlayer.getHeadHeight() / 2.0D - this.locY(), this.targetPlayer.locZ() - this.locZ());
|
||||
double d1 = vec3d.g();
|
||||
|
||||
@@ -113,7 +134,7 @@
|
||||
protected void aD() {}
|
||||
|
||||
@Override
|
||||
- protected void burn(int i) {
|
||||
+ protected void burn(float i) { // CraftBukkit - int -> float
|
||||
this.damageEntity(DamageSource.FIRE, (float) i);
|
||||
}
|
||||
|
||||
@@ -160,13 +181,19 @@
|
||||
@@ -155,13 +176,19 @@
|
||||
if (!itemstack.isEmpty() && itemstack.f()) {
|
||||
int i = Math.min(this.c(this.value), itemstack.getDamage());
|
||||
|
||||
@@ -76,7 +67,7 @@
|
||||
}
|
||||
|
||||
this.die();
|
||||
@@ -188,6 +215,24 @@
|
||||
@@ -183,6 +210,24 @@
|
||||
}
|
||||
|
||||
public static int getOrbValue(int i) {
|
||||
|
||||
Reference in New Issue
Block a user