Class CfPlayer
- java.lang.Object
-
- com.realtime.crossfire.jxclient.items.CfItem
-
- com.realtime.crossfire.jxclient.items.CfPlayer
-
-
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, isNoPick, isOpen, isUnidentified, isUnpaid, removeCfItemModifiedListener, setLocation, update
-
-
-
-
Constructor Detail
-
CfPlayer
public CfPlayer(int tag, int weight, @NotNull @NotNull Face face, @NotNull @NotNull java.lang.String name)Creates a new instance.- Parameters:
tag- the character's item tagweight- the character's weightface- the character's facename- the character's name
-
-