Uses of Interface
org.rspeer.game.position.area.Area
-
-
Uses of Area in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return Area Modifier and Type Method Description AreaRegion. getArea()Deprecated. -
Uses of Area in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return Area Modifier and Type Method Description default AreaSceneNode. getArea()Deprecated. -
Uses of Area in org.rspeer.game.coord.shape
Methods in org.rspeer.game.coord.shape that return Area Modifier and Type Method Description AreaCoordArea. toArea()Deprecated. -
Uses of Area in org.rspeer.game.movement
Methods in org.rspeer.game.movement with parameters of type Area Modifier and Type Method Description static booleanMovement. walkTo(Area area) -
Uses of Area in org.rspeer.game.position
Methods in org.rspeer.game.position that return Area Modifier and Type Method Description AreaChunk. getArea()Deprecated.Methods in org.rspeer.game.position with parameters of type Area Modifier and Type Method Description booleanPosition. within(Area area)Deprecated. -
Uses of Area in org.rspeer.game.position.area
Classes in org.rspeer.game.position.area that implement Area Modifier and Type Class Description classDiscreetRectangularAreaDeprecated.classPolygonalAreaDeprecated.classRectangularAreaDeprecated.classSingularAreaDeprecated.Methods in org.rspeer.game.position.area that return Area Modifier and Type Method Description default AreaArea. adjust(int x, int y)Deprecated.AreaDiscreetRectangularArea. adjust(int x, int y)Deprecated.AreaPolygonalArea. adjust(int x, int y)Deprecated.AreaRectangularArea. adjust(int x, int y)Deprecated.AreaSingularArea. adjust(int x, int y)Deprecated.static AreaArea. discreet(int x1, int y1, int x2, int y2, int floorLevel)Deprecated.static AreaArea. discreet(Position a, Position b)Deprecated.Factory method to create a discreet rectangular Areastatic AreaArea. from(CoordArea coordArea)Deprecated.AreaArea. ignoreFloorLevel()Deprecated.AreaDiscreetRectangularArea. ignoreFloorLevel()Deprecated.AreaPolygonalArea. ignoreFloorLevel()Deprecated.AreaRectangularArea. ignoreFloorLevel()Deprecated.AreaSingularArea. ignoreFloorLevel()Deprecated.static AreaArea. polygonal(Position... edges)Deprecated.Factory method to create a polygonal areastatic AreaArea. rectangular(int x1, int y1, int x2, int y2, int floorLevel)Deprecated.static AreaArea. rectangular(Position a, Position b)Deprecated.Factory method to create a rectangular Areastatic AreaArea. singular(Position p)Deprecated.Factory method to create a singular Areastatic AreaArea. surrounding(Position origin, int distance)Deprecated.default AreaArea. translate(int x, int y)Deprecated.default AreaArea. translate(Direction direction)Deprecated.AreaDiscreetRectangularArea. translate(int x, int y)Deprecated.AreaPolygonalArea. translate(int x, int y)Deprecated.AreaRectangularArea. translate(int x, int y)Deprecated.AreaSingularArea. translate(int x, int y)Deprecated.Methods in org.rspeer.game.position.area with parameters of type Area Modifier and Type Method Description default booleanArea. isInFieldOfViewOf(Area o)Deprecated.default booleanArea. isInFieldOfViewOf(Area o, CollisionFlagOverride override)Deprecated. -
Uses of Area in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene with parameters of type Area Modifier and Type Method Description QSceneNodeQuery. within(Area... areas)SceneObjectQuerySceneObjectQuery. within(Area... areas) -
Uses of Area in org.rspeer.game.scene
Methods in org.rspeer.game.scene with parameters of type Area Modifier and Type Method Description static booleanProjection. isInFieldOfView(Area srcArea, Area dstArea)Deprecated.static booleanProjection. isInFieldOfView(Area srcArea, Area dstArea, CollisionFlagOverride override)Deprecated. -
Uses of Area in org.rspeer.game.web
Methods in org.rspeer.game.web with parameters of type Area Modifier and Type Method Description static WebPathWeb. pathBetween(SceneNode start, Area end)static WebPathWeb. pathTo(Area area) -
Uses of Area in org.rspeer.game.web.net.request
Constructors in org.rspeer.game.web.net.request with parameters of type Area Constructor Description RandomTilePathRequest(PlayerContext ctx, Position source, Area area) -
Uses of Area in org.rspeer.game.web.path
Methods in org.rspeer.game.web.path with parameters of type Area Modifier and Type Method Description booleanWebPath. shouldInvalidateForArea(Area area)
-