Interface MapListener

All Superinterfaces:
EventListener

public interface MapListener extends EventListener
Interface for listeners interested in changes within CfMap instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mapChanged(@NotNull CfMap map, @NotNull Set<CfMapSquare> changedSquares)
    The map has changed.
  • Method Details

    • mapChanged

      void mapChanged(@NotNull @NotNull CfMap map, @NotNull @NotNull Set<CfMapSquare> changedSquares)
      The map has changed.
      Parameters:
      map - the changed map
      changedSquares - the changed map squares