Class MapSectorChangeBoundary


  • public class MapSectorChangeBoundary
    extends Boundary
    An area (boundary) where a map sector change can occur
    • Field Detail

      • to

        public MapSector to
        The map sector where the player will be going to after colliding with this boundary
    • Constructor Detail

      • MapSectorChangeBoundary

        public MapSectorChangeBoundary​(int x,
                                       int y,
                                       int width,
                                       int height,
                                       MapSector to)