1package com.runehive.game.world.pathfinding;
12 public static final int NONE = 0x0;
15 public static final int BRIDGE = 0x40000;
18 public static final int BLOCKED = 0x200000;
79 throw new UnsupportedOperationException(
"constant-container classes may not be instantiated.");
static final int IMPENETRABLE_BLOCKED
The flag for an object occupant, which is impenetrable.
static final int IMPENETRABLE_WALL_SOUTH_WEST
The flag for a impenetrable south west facing wall.
static final int BLOCKED
The flag which denotes a blocked tile.
static final int WALL_EAST
The flag for a east facing wall.
static final int IMPENETRABLE_WALL_SOUTH_EAST
The flag for a impenetrable south east facing wall.
static final int WALL_NORTH
The flag for a north facing wall.
static final int IMPENETRABLE_WALL_WEST
The flag for a impenetrable west facing wall.
static final int IMPENETRABLE_WALL_EAST
The flag for a impenetrable east facing wall.
static final int NONE
The flag which denotes a normal tile, no flag.
TraversalConstants()
Suppresses the default-public constructor preventing this class from being instantiated by other clas...
static final int WALL_NORTH_WEST
The flag for a north west facing wall.
static final int IMPENETRABLE_WALL_NORTH_EAST
The flag for a impenetrable north east facing wall.
static final int WALL_WEST
The flag for a west facing wall.
static final int WALL_SOUTH
The flag for a south facing wall.
static final int WALL_NORTH_EAST
The flag for a north east facing wall.
static final int BRIDGE
The flag which denotes a bridge tile.
static final int IMPENETRABLE_WALL_NORTH_WEST
The flag for a impenetrable north west facing wall.
static final int WALL_SOUTH_WEST
The flag for a south west facing wall.
static final int IMPENETRABLE_WALL_NORTH
The flag for a impenetrable north facing wall.
static final int IMPENETRABLE_WALL_SOUTH
The flag for a impenetrable south facing wall.
static final int WALL_SOUTH_EAST
The flag for a south east facing wall.