Class CfPlayer

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

public class CfPlayer extends CfItem
A CfItem that represents a character.
  • Constructor Details

    • CfPlayer

      public CfPlayer(int tag, int weight, @NotNull @NotNull Face face, @NotNull @NotNull 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