Class CreateMMORoomSettings.MapLimits

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CreateMMORoomSettings

    public static final class CreateMMORoomSettings.MapLimits
    extends java.lang.Object
    implements java.io.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:
    Vec3D, Serialized Form
    • Constructor Detail

      • MapLimits

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

      • getLowerLimit

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object