Class TileFlags
- java.lang.Object
-
- org.dreambot.api.methods.walking.pathfinding.data.TileFlags
-
public class TileFlags extends java.lang.Object
Defines theTileMap
collision flags.- Since:
- : 3/28/2015 Time : 2:21 PM
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TileFlags()
-
-
-
Field Detail
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
WALL_BLOCK_NORTHWEST
public static final int WALL_BLOCK_NORTHWEST
- See Also:
- Constant Field Values
-
WALL_BLOCK_NORTH
public static final int WALL_BLOCK_NORTH
- See Also:
- Constant Field Values
-
WALL_BLOCK_NORTHEAST
public static final int WALL_BLOCK_NORTHEAST
- See Also:
- Constant Field Values
-
WALL_BLOCK_EAST
public static final int WALL_BLOCK_EAST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SOUTHEAST
public static final int WALL_BLOCK_SOUTHEAST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SOUTH
public static final int WALL_BLOCK_SOUTH
- See Also:
- Constant Field Values
-
WALL_BLOCK_SOUTHWEST
public static final int WALL_BLOCK_SOUTHWEST
- See Also:
- Constant Field Values
-
WALL_BLOCK_WEST
public static final int WALL_BLOCK_WEST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_NORTHWEST
public static final int WALL_BLOCK_SIGHT_NORTHWEST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_NORTH
public static final int WALL_BLOCK_SIGHT_NORTH
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_NORTHEAST
public static final int WALL_BLOCK_SIGHT_NORTHEAST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_EAST
public static final int WALL_BLOCK_SIGHT_EAST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_SOUTHEAST
public static final int WALL_BLOCK_SIGHT_SOUTHEAST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_SOUTH
public static final int WALL_BLOCK_SIGHT_SOUTH
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_SOUTHWEST
public static final int WALL_BLOCK_SIGHT_SOUTHWEST
- See Also:
- Constant Field Values
-
WALL_BLOCK_SIGHT_WEST
public static final int WALL_BLOCK_SIGHT_WEST
- See Also:
- Constant Field Values
-
OBJECT_TILE
public static final int OBJECT_TILE
- See Also:
- Constant Field Values
-
DECORATION_BLOCK
public static final int DECORATION_BLOCK
- See Also:
- Constant Field Values
-
BLOCK_FLOOR
public static final int BLOCK_FLOOR
- See Also:
- Constant Field Values
-
NON_WALKABLE
public static final int NON_WALKABLE
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_NORTHWEST
public static final int WALL_ALLOW_RANGE_NORTHWEST
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_NORTH
public static final int WALL_ALLOW_RANGE_NORTH
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_NORTHEAST
public static final int WALL_ALLOW_RANGE_NORTHEAST
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_EAST
public static final int WALL_ALLOW_RANGE_EAST
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_SOUTHEAST
public static final int WALL_ALLOW_RANGE_SOUTHEAST
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_SOUTH
public static final int WALL_ALLOW_RANGE_SOUTH
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_SOUTHWEST
public static final int WALL_ALLOW_RANGE_SOUTHWEST
- See Also:
- Constant Field Values
-
WALL_ALLOW_RANGE_WEST
public static final int WALL_ALLOW_RANGE_WEST
- See Also:
- Constant Field Values
-
OBJECT_ALLOW_RANGE
public static final int OBJECT_ALLOW_RANGE
- See Also:
- Constant Field Values
-
UNLOADED
public static final int UNLOADED
- See Also:
- Constant Field Values
-
OBJECT_BLOCK_SIGHT
public static final int OBJECT_BLOCK_SIGHT
- See Also:
- Constant Field Values
-
WALL_NORTHWEST
public static final int WALL_NORTHWEST
- See Also:
- Constant Field Values
-
WALL_NORTH
public static final int WALL_NORTH
- See Also:
- Constant Field Values
-
WALL_NORTHEAST
public static final int WALL_NORTHEAST
- See Also:
- Constant Field Values
-
WALL_EAST
public static final int WALL_EAST
- See Also:
- Constant Field Values
-
WALL_SOUTHEAST
public static final int WALL_SOUTHEAST
- See Also:
- Constant Field Values
-
WALL_SOUTH
public static final int WALL_SOUTH
- See Also:
- Constant Field Values
-
WALL_SOUTHWEST
public static final int WALL_SOUTHWEST
- See Also:
- Constant Field Values
-
WALL_WEST
public static final int WALL_WEST
- See Also:
- Constant Field Values
-
-