Interface CfAnimationsMapListener
public interface CfAnimationsMapListener
-
Method Summary
-
Method Details
-
mapBegin
Parsing of a "map2" command has been started.- Returns:
- the synchronization object which must be
synchronizedwhile callingmapFace()
-
mapFace
Part of "map2" parsing: set the face of a cell.- Parameters:
location- the locationfaceNum- the face ID
-
mapEnd
void mapEnd()Parsing of "map2" has been finished.
-