Package net.runelite.api
Class CollisionDataFlag
- java.lang.Object
-
- net.runelite.api.CollisionDataFlag
-
public final class CollisionDataFlag extends Object
A utility class containing collision data flags for tiles.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BLOCK_LINE_OF_SIGHT_EAST
static int
BLOCK_LINE_OF_SIGHT_FULL
static int
BLOCK_LINE_OF_SIGHT_NORTH
Directional line of sight blocking flags.static int
BLOCK_LINE_OF_SIGHT_SOUTH
static int
BLOCK_LINE_OF_SIGHT_WEST
static int
BLOCK_MOVEMENT_EAST
static int
BLOCK_MOVEMENT_FLOOR
static int
BLOCK_MOVEMENT_FLOOR_DECORATION
static int
BLOCK_MOVEMENT_FULL
static int
BLOCK_MOVEMENT_NORTH
static int
BLOCK_MOVEMENT_NORTH_EAST
static int
BLOCK_MOVEMENT_NORTH_WEST
Directional movement blocking flags.static int
BLOCK_MOVEMENT_OBJECT
Movement blocking type flags.static int
BLOCK_MOVEMENT_SOUTH
static int
BLOCK_MOVEMENT_SOUTH_EAST
static int
BLOCK_MOVEMENT_SOUTH_WEST
static int
BLOCK_MOVEMENT_WEST
-
Constructor Summary
Constructors Constructor Description CollisionDataFlag()
-
-
-
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
public static final int BLOCK_MOVEMENT_NORTH
- See Also:
- Constant Field Values
-
BLOCK_MOVEMENT_NORTH_EAST
public static final int BLOCK_MOVEMENT_NORTH_EAST
- See Also:
- Constant Field Values
-
BLOCK_MOVEMENT_EAST
public static final int BLOCK_MOVEMENT_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
public static final int BLOCK_MOVEMENT_SOUTH
- See Also:
- Constant Field Values
-
BLOCK_MOVEMENT_SOUTH_WEST
public static final int BLOCK_MOVEMENT_SOUTH_WEST
- See Also:
- Constant Field Values
-
BLOCK_MOVEMENT_WEST
public static final int BLOCK_MOVEMENT_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_MOVEMENT_FLOOR
public static final int BLOCK_MOVEMENT_FLOOR
- See Also:
- Constant Field Values
-
BLOCK_MOVEMENT_FULL
public static final int BLOCK_MOVEMENT_FULL
- 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
-
-