Class RoomID
java.lang.Object
zombie.iso.RoomID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetCellX(long ID) static intgetCellY(long ID) static intgetIndex(long ID) static booleanisSameCell(long ID, int cellX, int cellY) static longmakeID(int cellX, int cellY, int roomIndex)
-
Constructor Details
-
RoomID
public RoomID()
-
-
Method Details
-
makeID
public static long makeID(int cellX, int cellY, int roomIndex) -
getCellX
public static int getCellX(long ID) -
getCellY
public static int getCellY(long ID) -
getIndex
public static int getIndex(long ID) -
isSameCell
public static boolean isSameCell(long ID, int cellX, int cellY)
-