Uses of Class
org.rspeer.game.coord.shape.CoordPolygon
-
Packages that use CoordPolygon Package Description org.rspeer.game.coord.shape -
-
Uses of CoordPolygon in org.rspeer.game.coord.shape
Methods in org.rspeer.game.coord.shape that return CoordPolygon Modifier and Type Method Description static CoordPolygonCoordPolygon. from(Coord... vertices)Constructs a polygonal shape from the given vertices.CoordPolygonCoordPolygon. ignoreFloorLevel()Allows this polygon to match coordinates on any floor level instead of onlyfloorLevel.
-