Package com.smartfoxserver.v2.mmo
Class CreateMMORoomSettings.MapLimits
- java.lang.Object
-
- com.smartfoxserver.v2.mmo.CreateMMORoomSettings.MapLimits
-
- Enclosing class:
- CreateMMORoomSettings
public static final class CreateMMORoomSettings.MapLimits extends java.lang.ObjectContainer data class that holds the minimum and maximum coordinates available in virtual World.The MapLimits parameter is optional, if you decide to use you must pass both a lower and higher limit for the virtual world.
- See Also:
Vec3D
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vec3DgetHigherLimit()Obtain the higher coordinate limitVec3DgetLowerLimit()Obtain the lower coordinate limitjava.lang.StringtoString()
-