Update to 1.3.2

This commit is contained in:
Travis Watkins
2012-08-24 19:51:51 -05:00
committed by EvilSeph
parent 35cff16da5
commit b8cc862083
18 changed files with 103 additions and 79 deletions

View File

@@ -134,7 +134,7 @@ public abstract class World implements IBlockAccess {
}
this.worldProvider.a(this);
this.chunkProvider = this.h();
this.chunkProvider = this.i();
if (!this.worldData.isInitialized()) {
this.a(worldsettings);
this.worldData.d(true);
@@ -146,7 +146,7 @@ public abstract class World implements IBlockAccess {
this.getServer().addWorld(this.world); // CraftBukkit
}
protected abstract IChunkProvider h();
protected abstract IChunkProvider i();
protected void a(WorldSettings worldsettings) {
this.worldData.d(true);
@@ -586,7 +586,7 @@ public abstract class World implements IBlockAccess {
return this.worldProvider.f[this.getLightLevel(i, j, k)];
}
public boolean r() {
public boolean s() {
return this.k < 4;
}
@@ -1704,7 +1704,7 @@ public abstract class World implements IBlockAccess {
}
public void doTick() {
this.l();
this.m();
}
private void a() {
@@ -1716,7 +1716,7 @@ public abstract class World implements IBlockAccess {
}
}
protected void l() {
protected void m() {
if (!this.worldProvider.e) {
if (this.r > 0) {
--this.r;