Uses of Class
org.rspeer.commons.math.Range
-
Packages that use Range Package Description org.rspeer.commons.math org.rspeer.game.position.area -
-
Uses of Range in org.rspeer.commons.math
Methods in org.rspeer.commons.math that return Range Modifier and Type Method Description static Range
Range. of(int min, int max)
static Range
Range. ordered(int a, int b)
-
Uses of Range in org.rspeer.game.position.area
Methods in org.rspeer.game.position.area that return Range Modifier and Type Method Description Range
DiscreetRectangularArea. getXs()
Range
RectangularArea. getXs()
Range
DiscreetRectangularArea. getYs()
Range
RectangularArea. getYs()
-