@@ -135,7 +135,7 @@
|
||||
+ if (valid) ((WorldServer) world).chunkCheck(this); // CraftBukkit
|
||||
}
|
||||
|
||||
protected void ae() {
|
||||
protected void af() {
|
||||
@@ -249,6 +348,15 @@
|
||||
this.entityBaseTick();
|
||||
}
|
||||
@@ -158,8 +158,8 @@
|
||||
this.lastYaw = this.yaw;
|
||||
- this.doPortalTick();
|
||||
+ if (this instanceof EntityPlayer) this.doPortalTick(); // CraftBukkit - // Moved up to postTick
|
||||
if (this.aN()) {
|
||||
this.aO();
|
||||
if (this.aO()) {
|
||||
this.aP();
|
||||
}
|
||||
@@ -325,12 +433,44 @@
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
if (this.onGround && !this.bu()) {
|
||||
if (this.onGround && !this.bv()) {
|
||||
block.stepOn(this.world, blockposition, this);
|
||||
}
|
||||
@@ -700,6 +862,7 @@
|
||||
@@ -430,7 +430,7 @@
|
||||
|
||||
}
|
||||
@@ -1589,10 +1851,31 @@
|
||||
this.be();
|
||||
this.bf();
|
||||
}
|
||||
|
||||
- protected void addPassenger(Entity entity) {
|
||||
@@ -662,7 +662,7 @@
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
||||
this.bM();
|
||||
this.bN();
|
||||
@@ -2012,13 +2398,18 @@
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user