Get day/night workding with HDMap

This commit is contained in:
Mike Primm 2011-07-05 23:24:25 -05:00
parent 1f2722b249
commit 225b348154
6 changed files with 77 additions and 17 deletions

View file

@ -136,9 +136,15 @@ public class NewMapChunkCache implements MapChunkCache {
public final void setY(int y) {
this.y = y;
}
public final int getX() {
return x;
}
public final int getY() {
return y;
}
public final int getZ() {
return z;
}
}
/**