Class MapLimits


  • public final class MapLimits
    extends java.lang.Object
    The class describes the lowest and highest 2D/3D coordinates available inside an MMORoom
    See Also:
    MMORoomSettings, MMORoom, Vec3D
    • Constructor Summary

      Constructors 
      Constructor Description
      MapLimits​(Vec3D low, Vec3D high)
      Default constructor
    • Constructor Detail

      • MapLimits

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

      • 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