Class CfPlayer
java.lang.Object
com.realtime.crossfire.jxclient.items.CfItem
com.realtime.crossfire.jxclient.items.CfPlayer
A
CfItem that represents a character.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.realtime.crossfire.jxclient.items.CfItem
addCfItemModifiedListener, getAnim, getAnimSpeed, getFace, getLocation, getName, getNrOf, getTag, getTooltipText, getTooltipText1, getTooltipText2, getTooltipText3, getType, getWeight, isApplied, isBlessed, isCursed, isDamned, isItemGroupButton, isLocked, isMagic, isMarked, isNoPick, isOpen, isUnidentified, isUnpaid, removeCfItemModifiedListener, setLocation, setMarked, update
-
Constructor Details
-
CfPlayer
Creates a new instance.- Parameters:
tag- the character's item tagweight- the character's weightface- the character's facename- the character's name
-