public interface CfAnimationsMapListener
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.Object |
mapBegin()
Parsing of a "map2" command has been started.
|
void |
mapEnd()
Parsing of "map2" has been finished.
|
void |
mapFace(@NotNull Location location,
int faceNum)
Part of "map2" parsing: set the face of a cell.
|
@NotNull @NotNull java.lang.Object mapBegin()
synchronized
while calling mapFace()
void mapFace(@NotNull @NotNull Location location, int faceNum)
location
- the locationfaceNum
- the face IDvoid mapEnd()