Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.map.CfAnimationsMapListener Interface Reference
Collaboration diagram for com.realtime.crossfire.jxclient.map.CfAnimationsMapListener:
Collaboration graph

Public Member Functions

Object mapBegin ()
 
void mapEnd ()
 
void mapFace (@NotNull Location location, int faceNum)
 

Detailed Description

Definition at line 5 of file CfAnimationsMapListener.java.

Member Function Documentation

◆ mapBegin()

Object com.realtime.crossfire.jxclient.map.CfAnimationsMapListener.mapBegin ( )

Parsing of a "map2" command has been started.

Returns
the synchronization object which must be
synchronized
while calling

Referenced by com.realtime.crossfire.jxclient.map.CfAnimations.tick().

Here is the caller graph for this function:

◆ mapEnd()

void com.realtime.crossfire.jxclient.map.CfAnimationsMapListener.mapEnd ( )

Parsing of "map2" has been finished.

Referenced by com.realtime.crossfire.jxclient.map.CfAnimations.tick().

Here is the caller graph for this function:

◆ mapFace()

void com.realtime.crossfire.jxclient.map.CfAnimationsMapListener.mapFace ( @NotNull Location  location,
int  faceNum 
)

Part of "map2" parsing: set the face of a cell.

Parameters
locationthe location
faceNumthe face ID

Referenced by com.realtime.crossfire.jxclient.map.AnimationState.allocate(), and com.realtime.crossfire.jxclient.map.AnimationState.updateFace().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file:
com.realtime.crossfire.jxclient.map.CfAnimationsMapListener.mapFace
void mapFace(@NotNull Location location, int faceNum)