1.8 rename fixes

This commit is contained in:
Dinnerbone
2011-09-15 04:13:14 +01:00
parent 6e44626d0a
commit ca57a1a1af
6 changed files with 22 additions and 38 deletions

View File

@@ -739,7 +739,6 @@ public abstract class Entity {
int j = MathHelper.floor(this.locZ);
World world = this.world;
this.world.getClass();
if (world.isLoaded(i, 128 / 2, j)) {
double d0 = (this.boundingBox.e - this.boundingBox.b) * 0.66D;
int k = MathHelper.floor(this.locY - (double) this.height + d0);