public class CollisionFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCKED |
static int |
BLOCKED_EAST_WALL |
static int |
BLOCKED_NORTH_WALL |
static int |
BLOCKED_SOUTH_WALL |
static int |
BLOCKED_WEST_WALL |
static int |
CLOSED |
static int |
EAST |
static int |
INITIALIZED |
static int |
NORTH |
static int |
OCCUPIED |
static int |
OPEN |
static int |
SOLID |
static int |
SOUTH |
static int |
WEST |
| Constructor and Description |
|---|
CollisionFlags() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(int flag,
int checkFlag) |
public static final int OPEN
public static final int OCCUPIED
public static final int SOLID
public static final int BLOCKED
public static final int CLOSED
public static final int INITIALIZED
public static final int NORTH
public static final int EAST
public static final int SOUTH
public static final int WEST
public static final int BLOCKED_NORTH_WALL
public static final int BLOCKED_EAST_WALL
public static final int BLOCKED_SOUTH_WALL
public static final int BLOCKED_WEST_WALL