@@ -18,7 +18,7 @@
|
||||
@@ -14,6 +18,12 @@
|
||||
this(entitytypes, world);
|
||||
this.setPositionRotation(d0, d1, d2, this.yaw, this.pitch);
|
||||
this.ac();
|
||||
this.ae();
|
||||
+ // CraftBukkit start - Added setDirection method
|
||||
+ this.setDirection(d3, d4, d5);
|
||||
+ }
|
||||
@@ -40,8 +40,8 @@
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
||||
Vec3D vec3d = this.getMot();
|
||||
@@ -132,6 +148,11 @@
|
||||
this.checkBlockCollisions();
|
||||
@@ -133,6 +149,11 @@
|
||||
Entity entity = damagesource.getEntity();
|
||||
|
||||
if (entity != null) {
|
||||
|
||||
Reference in New Issue
Block a user