Class CollisionDataFlag


  • public final class CollisionDataFlag
    extends Object
    A utility class containing collision data flags for tiles.
    • Field Detail

      • BLOCK_MOVEMENT_NORTH_WEST

        public static final int BLOCK_MOVEMENT_NORTH_WEST
        Directional movement blocking flags.
        See Also:
        Constant Field Values
      • BLOCK_MOVEMENT_NORTH_EAST

        public static final int BLOCK_MOVEMENT_NORTH_EAST
        See Also:
        Constant Field Values
      • BLOCK_MOVEMENT_SOUTH_EAST

        public static final int BLOCK_MOVEMENT_SOUTH_EAST
        See Also:
        Constant Field Values
      • BLOCK_MOVEMENT_SOUTH_WEST

        public static final int BLOCK_MOVEMENT_SOUTH_WEST
        See Also:
        Constant Field Values
      • BLOCK_MOVEMENT_OBJECT

        public static final int BLOCK_MOVEMENT_OBJECT
        Movement blocking type flags.
        See Also:
        Constant Field Values
      • BLOCK_MOVEMENT_FLOOR_DECORATION

        public static final int BLOCK_MOVEMENT_FLOOR_DECORATION
        See Also:
        Constant Field Values
      • BLOCK_LINE_OF_SIGHT_NORTH

        public static final int BLOCK_LINE_OF_SIGHT_NORTH
        Directional line of sight blocking flags.
        See Also:
        Constant Field Values
      • BLOCK_LINE_OF_SIGHT_EAST

        public static final int BLOCK_LINE_OF_SIGHT_EAST
        See Also:
        Constant Field Values
      • BLOCK_LINE_OF_SIGHT_SOUTH

        public static final int BLOCK_LINE_OF_SIGHT_SOUTH
        See Also:
        Constant Field Values
      • BLOCK_LINE_OF_SIGHT_WEST

        public static final int BLOCK_LINE_OF_SIGHT_WEST
        See Also:
        Constant Field Values
      • BLOCK_LINE_OF_SIGHT_FULL

        public static final int BLOCK_LINE_OF_SIGHT_FULL
        See Also:
        Constant Field Values
    • Constructor Detail

      • CollisionDataFlag

        public CollisionDataFlag()