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 intBLOCK_LINE_OF_SIGHT_EASTstatic intBLOCK_LINE_OF_SIGHT_FULLstatic intBLOCK_LINE_OF_SIGHT_NORTHDirectional line of sight blocking flags.static intBLOCK_LINE_OF_SIGHT_SOUTHstatic intBLOCK_LINE_OF_SIGHT_WESTstatic intBLOCK_MOVEMENT_EASTstatic intBLOCK_MOVEMENT_FLOORstatic intBLOCK_MOVEMENT_FLOOR_DECORATIONstatic intBLOCK_MOVEMENT_FULLstatic intBLOCK_MOVEMENT_NORTHstatic intBLOCK_MOVEMENT_NORTH_EASTstatic intBLOCK_MOVEMENT_NORTH_WESTDirectional movement blocking flags.static intBLOCK_MOVEMENT_OBJECTMovement blocking type flags.static intBLOCK_MOVEMENT_SOUTHstatic intBLOCK_MOVEMENT_SOUTH_EASTstatic intBLOCK_MOVEMENT_SOUTH_WESTstatic intBLOCK_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
-
-