Class BuildingID
java.lang.Object
zombie.iso.BuildingID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getCellX
(long long0) static int
getCellY
(long long0) static int
getIndex
(long long0) static boolean
isSameCell
(long long0, int int1, int int0) static long
makeID
(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)
-