com.realtime.crossfire.jxclient.items
Class CfPlayer

java.lang.Object
  extended by com.realtime.crossfire.jxclient.items.CfItem
      extended by com.realtime.crossfire.jxclient.items.CfPlayer

public class CfPlayer
extends CfItem

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

CfPlayer

public CfPlayer(int tag,
                int weight,
                @NotNull
                Face face,
                @NotNull
                java.lang.String name)
Creates a new instance.

Parameters:
tag - the character's item tag
weight - the character's weight
face - the character's face
name - the character's name