Package sfs3.client.requests.mmo
Class MapLimits
java.lang.Object
sfs3.client.requests.mmo.MapLimits
The class describes the lowest and highest 2D/3D coordinates available inside an MMORoom
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain the higher coordinate limitObtain the lower coordinate limit
-
Constructor Details
-
MapLimits
Default constructor- Parameters:
low- the lower coordinate limithigh- the higher coordinate limit
-
-
Method Details
-
getLowerLimit
Obtain the lower coordinate limit- Returns:
- the lowest coordinate possible in the map
-
getHigherLimit
Obtain the higher coordinate limit- Returns:
- the highest coordinate possible in the map
-