Class BuildingID
java.lang.Object
zombie.iso.BuildingID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetCellX(long long0) static intgetCellY(long long0) static intgetIndex(long long0) static booleanisSameCell(long long0, int int1, int int0) static longmakeID(int int1, int int2, int int3)
-
Constructor Details
-
BuildingID
public BuildingID()
-
-
Method Details
-
makeID
public static long makeID(int int1, int int2, int int3) -
getCellX
public static int getCellX(long long0) -
getCellY
public static int getCellY(long long0) -
getIndex
public static int getIndex(long long0) -
isSameCell
public static boolean isSameCell(long long0, int int1, int int0)
-