Package sfs2x.client.requests.mmo
Class MapLimits
- java.lang.Object
-
- sfs2x.client.requests.mmo.MapLimits
-
public final class MapLimits extends java.lang.ObjectThe class describes the lowest and highest 2D/3D coordinates available inside an MMORoom- See Also:
MMORoomSettings,MMORoom,Vec3D
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vec3DgetHigherLimit()Obtain the higher coordinate limitVec3DgetLowerLimit()Obtain the lower coordinate limit
-