Class TileMapCells


  • public final class TileMapCells
    extends java.lang.Object
    The id of tiles in the tilemap that should be considered an obstacle or not will need to be changed when the tiled map is changed dramatically.
    • Constructor Summary

      Constructors 
      Constructor Description
      TileMapCells()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • OBSTACLE

        public static int OBSTACLE
      • PASSABLE

        public static int PASSABLE
      • OBSTACLE_COST

        public static float OBSTACLE_COST
    • Constructor Detail

      • TileMapCells

        public TileMapCells()