Interface CfAnimationsMapListener


public interface CfAnimationsMapListener
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Object
    Parsing of a "map2" command has been started.
    void
    Parsing of "map2" has been finished.
    void
    mapFace(@NotNull Location location, int faceNum)
    Part of "map2" parsing: set the face of a cell.
  • Method Details

    • mapBegin

      @NotNull @NotNull Object mapBegin()
      Parsing of a "map2" command has been started.
      Returns:
      the synchronization object which must be synchronized while calling mapFace()
    • mapFace

      void mapFace(@NotNull @NotNull Location location, int faceNum)
      Part of "map2" parsing: set the face of a cell.
      Parameters:
      location - the location
      faceNum - the face ID
    • mapEnd

      void mapEnd()
      Parsing of "map2" has been finished.