| Packages that use FaceCache | |
|---|---|
| com.realtime.crossfire.jxclient.faces | Manages image information ("faces") needed to display the map view, items, and spell icons. |
| Uses of FaceCache in com.realtime.crossfire.jxclient.faces |
|---|
| Fields in com.realtime.crossfire.jxclient.faces declared as FaceCache | |
|---|---|
private FaceCache |
AbstractFacesManager.faceCache
The FaceCache instance used to look up in-memory faces. |
| Constructors in com.realtime.crossfire.jxclient.faces with parameters of type FaceCache | |
|---|---|
AbstractFacesManager(FaceCache faceCache)
Creates a new instance. |
|
DefaultFacesManager(FaceCache faceCache,
FaceQueue faceQueue)
Creates a new instance. |
|