Class MapSectorChangeEvent


  • public class MapSectorChangeEvent
    extends java.lang.Object
    A custom "event" that can be used for gathering information about a sector change
    • Constructor Summary

      Constructors 
      Constructor Description
      MapSectorChangeEvent​(MapSector from, MapSector to)
      Creates a new event that can be used for gathering information about a sector change
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapSectorChangeEvent

        public MapSectorChangeEvent​(MapSector from,
                                    MapSector to)
        Creates a new event that can be used for gathering information about a sector change
        Parameters:
        from - The sector that the player came from
        to - The sector that the player went to