Class MapLimits

java.lang.Object
sfs3.client.requests.mmo.MapLimits

public final class MapLimits extends Object
The class describes the lowest and highest 2D/3D coordinates available inside an MMORoom
See Also:
  • Constructor Details

    • MapLimits

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

    • getLowerLimit

      public Vec3D getLowerLimit()
      Obtain the lower coordinate limit
      Returns:
      the lowest coordinate possible in the map
    • getHigherLimit

      public Vec3D getHigherLimit()
      Obtain the higher coordinate limit
      Returns:
      the highest coordinate possible in the map