Uses of Interface
org.rspeer.game.position.area.Area
-
Packages that use Area Package Description org.rspeer.game.adapter.scene org.rspeer.game.adapter.type org.rspeer.game.position org.rspeer.game.position.area org.rspeer.game.query.scene -
-
Uses of Area in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return Area Modifier and Type Method Description Area
Region. getArea()
-
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 Area
SceneNode. getArea()
-
Uses of Area in org.rspeer.game.position
Methods in org.rspeer.game.position that return Area Modifier and Type Method Description Area
Chunk. getArea()
Methods in org.rspeer.game.position with parameters of type Area Modifier and Type Method Description boolean
Position. within(Area area)
-
Uses of Area in org.rspeer.game.position.area
Classes in org.rspeer.game.position.area that implement Area Modifier and Type Class Description class
DiscreetRectangularArea
A RectangularArea alternative which acts as a lightweight solution for "large" rectangular areasclass
PolygonalArea
class
RectangularArea
class
SingularArea
Methods in org.rspeer.game.position.area that return Area Modifier and Type Method Description default Area
Area. adjust(int x, int y)
Area
DiscreetRectangularArea. adjust(int x, int y)
Area
PolygonalArea. adjust(int x, int y)
Area
RectangularArea. adjust(int x, int y)
Area
SingularArea. adjust(int x, int y)
static Area
Area. discreet(int x1, int y1, int x2, int y2, int floorLevel)
static Area
Area. discreet(Position a, Position b)
Factory method to create a discreet rectangular AreaArea
Area. ignoreFloorLevel()
Area
DiscreetRectangularArea. ignoreFloorLevel()
Area
PolygonalArea. ignoreFloorLevel()
Area
RectangularArea. ignoreFloorLevel()
Area
SingularArea. ignoreFloorLevel()
static Area
Area. polygonal(Position... edges)
Factory method to create a polygonal areastatic Area
Area. rectangular(int x1, int y1, int x2, int y2, int floorLevel)
static Area
Area. rectangular(Position a, Position b)
Factory method to create a rectangular Areastatic Area
Area. singular(Position p)
Factory method to create a singular Areastatic Area
Area. surrounding(Position origin, int distance)
default Area
Area. translate(int x, int y)
default Area
Area. translate(Direction direction)
Area
DiscreetRectangularArea. translate(int x, int y)
Area
PolygonalArea. translate(int x, int y)
Area
RectangularArea. translate(int x, int y)
Area
SingularArea. translate(int x, int y)
Methods in org.rspeer.game.position.area with parameters of type Area Modifier and Type Method Description default boolean
Area. isInFieldOfViewOf(Area o)
default boolean
Area. isInFieldOfViewOf(Area o, CollisionFlagOverride override)
-
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 Q
SceneNodeQuery. within(Area... areas)
SceneObjectQuery
SceneObjectQuery. within(Area... areas)
-