Class RoomID

java.lang.Object
zombie.iso.RoomID

public final class RoomID extends Object
  • 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)