Class CreateMMORoomSettings.MapLimits

java.lang.Object
com.smartfoxserver.mmo.CreateMMORoomSettings.MapLimits
All Implemented Interfaces:
Serializable
Enclosing class:
CreateMMORoomSettings

public static final class CreateMMORoomSettings.MapLimits extends Object implements Serializable
Container 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:
  • Constructor Details

    • MapLimits

      public MapLimits(Vec3D low, Vec3D high)
      Parameters:
      low - the lower coordinate limit
      high - the higher coordinate limit
  • Method Details

    • getLowerLimit

      public Vec3D getLowerLimit()
      Obtain the lower coordinate limit
    • getHigherLimit

      public Vec3D getHigherLimit()
      Obtain the higher coordinate limit
    • toString

      public String toString()
      Overrides:
      toString in class Object