java.lang.Object com.realtime.crossfire.jxclient.items.CfItem com.realtime.crossfire.jxclient.items.CfPlayer
public class CfPlayer
A CfItem
that represents a character.
Field Summary |
---|
Fields inherited from class com.realtime.crossfire.jxclient.items.CfItem |
---|
F_APPLIED, F_BLESSED, F_CURSED, F_DAMNED, F_LOCKED, F_MAGIC, F_NOPICK, F_OPEN, F_UNIDENTIFIED, F_UNPAID |
Constructor Summary | |
---|---|
CfPlayer(int tag,
int weight,
Face face,
java.lang.String name)
Creates a new instance. |
Method Summary |
---|
Methods inherited from class com.realtime.crossfire.jxclient.items.CfItem |
---|
addCfItemModifiedListener, getFace, getLocation, getName, getNrOf, getTag, getTooltipText, getTooltipText1, getTooltipText2, getTooltipText3, getType, getWeight, isApplied, isBlessed, isCursed, isDamned, isItemGroupButton, isLocked, isMagic, isNoPick, isOpen, isUnidentified, isUnpaid, removeCfItemModifiedListener, setLocation, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CfPlayer(int tag, int weight, @NotNull Face face, @NotNull java.lang.String name)
tag
- the character's item tagweight
- the character's weightface
- the character's facename
- the character's name