Uses of Interface
org.rspeer.game.position.area.Area
Packages that use Area
Package
Description
-
Uses of Area in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return Area -
Uses of Area in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return Area -
Uses of Area in org.rspeer.game.coord.shape
Methods in org.rspeer.game.coord.shape that return Area -
Uses of Area in org.rspeer.game.movement
Methods in org.rspeer.game.movement with parameters of type Area -
Uses of Area in org.rspeer.game.position
Methods in org.rspeer.game.position that return AreaMethods in org.rspeer.game.position with parameters of type Area -
Uses of Area in org.rspeer.game.position.area
Classes in org.rspeer.game.position.area that implement AreaModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.Methods in org.rspeer.game.position.area that return AreaModifier and TypeMethodDescriptiondefault AreaArea.adjust(int x, int y) Deprecated.DiscreetRectangularArea.adjust(int x, int y) Deprecated.PolygonalArea.adjust(int x, int y) Deprecated.RectangularArea.adjust(int x, int y) Deprecated.SingularArea.adjust(int x, int y) Deprecated.static AreaArea.discreet(int x1, int y1, int x2, int y2, int floorLevel) Deprecated.static AreaDeprecated.Factory method to create a discreet rectangular Areastatic AreaDeprecated.Area.ignoreFloorLevel()Deprecated.DiscreetRectangularArea.ignoreFloorLevel()Deprecated.PolygonalArea.ignoreFloorLevel()Deprecated.RectangularArea.ignoreFloorLevel()Deprecated.SingularArea.ignoreFloorLevel()Deprecated.static AreaDeprecated.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 AreaDeprecated.Factory method to create a singular Areastatic AreaArea.surrounding(Position origin, int distance) Deprecated.default AreaArea.translate(int x, int y) Deprecated.default AreaDeprecated.DiscreetRectangularArea.translate(int x, int y) Deprecated.PolygonalArea.translate(int x, int y) Deprecated.RectangularArea.translate(int x, int y) Deprecated.SingularArea.translate(int x, int y) Deprecated.Methods in org.rspeer.game.position.area with parameters of type AreaModifier and TypeMethodDescriptiondefault 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 -
Uses of Area in org.rspeer.game.scene
Methods in org.rspeer.game.scene with parameters of type AreaModifier and TypeMethodDescriptionstatic 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 -
Uses of Area in org.rspeer.game.web.net.request
Constructors in org.rspeer.game.web.net.request with parameters of type AreaModifierConstructorDescriptionRandomTilePathRequest(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