Interface MapListener
- All Superinterfaces:
EventListener
Interface for listeners interested in changes within
CfMap
instances.-
Method Summary
Modifier and TypeMethodDescriptionvoidmapChanged(@NotNull CfMap map, @NotNull Set<CfMapSquare> changedSquares) The map has changed.
-
Method Details
-
mapChanged
The map has changed.- Parameters:
map- the changed mapchangedSquares- the changed map squares
-