Uses of Class
org.rspeer.game.coord.shape.CoordArea
-
Packages that use CoordArea Package Description jag.game.scene org.rspeer.game.adapter.type org.rspeer.game.coord org.rspeer.game.coord.shape org.rspeer.game.movement org.rspeer.game.position.area org.rspeer.game.query.scene -
-
Uses of CoordArea in jag.game.scene
Methods in jag.game.scene that return CoordArea Modifier and Type Method Description default CoordAreaRSWorldMatrix. getArea() -
Uses of CoordArea in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return CoordArea Modifier and Type Method Description default CoordAreaSceneNode. getCoordArea() -
Uses of CoordArea in org.rspeer.game.coord
Methods in org.rspeer.game.coord with parameters of type CoordArea Modifier and Type Method Description booleanSceneContext. isInFieldOfView(CoordArea srcArea, CoordArea dstArea)Determines whether two rectangular areas have line-of-sight between them, using the bottom-left coordinate of each area as the reference point.booleanSceneContext. isInFieldOfView(CoordArea srcArea, CoordArea dstArea, CollisionFlagOverride override)Determines whether any point insidesrcAreahas a clear line-of-sight to any point insidedstArea, using collision flags to test for blocking. -
Uses of CoordArea in org.rspeer.game.coord.shape
Methods in org.rspeer.game.coord.shape that return CoordArea Modifier and Type Method Description static CoordAreaCoordArea. from(Coord coord)static CoordAreaCoordArea. from(Coord a, Coord b)Constructs a rectangular coordinate area from two opposite corner coordinates, using the floor of the coord as the area floorstatic CoordAreaCoordArea. from(Coord a, Coord b, int floorLevel)Constructs a rectangular coordinate area from two opposite corner coordinates.CoordAreaCoordArea. ignoreFloorLevel()Allows the area to match coordinates on any floor level instead of only the configuredfloorLevel.static CoordAreaCoordArea. surrounding(Coord origin, int distance) -
Uses of CoordArea in org.rspeer.game.movement
Methods in org.rspeer.game.movement with parameters of type CoordArea Modifier and Type Method Description static booleanMovement. walkTo(CoordArea area) -
Uses of CoordArea in org.rspeer.game.position.area
Methods in org.rspeer.game.position.area with parameters of type CoordArea Modifier and Type Method Description static AreaArea. from(CoordArea coordArea)Deprecated. -
Uses of CoordArea in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene with parameters of type CoordArea Modifier and Type Method Description QSceneNodeQuery. within(CoordArea... coordAreas)
-