Interface AskfaceFaceQueueListener
- All Superinterfaces:
EventListener
Interface for classes interested in faces received from the Crossfire
server.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfaceReceived(int faceNum, int faceSetNum, byte @NotNull [] data) Called for each received face.
-
Method Details
-
faceReceived
void faceReceived(int faceNum, int faceSetNum, byte @NotNull [] data) Called for each received face.- Parameters:
faceNum- the face IDfaceSetNum- the face setdata- the face data
-