Removed door re-write for now

This commit is contained in:
StevenRS11
2013-09-07 00:41:45 -04:00
parent 23efc90765
commit ac8c13f81c
6 changed files with 56 additions and 45 deletions

View File

@@ -12,6 +12,13 @@ public final class Point4D implements Comparable<Point4D>
private final int z;
private final int dimension;
/**
*
* @param x
* @param y
* @param z
* @param dimension
*/
public Point4D(int x, int y, int z, int dimension)
{
this.x = x;