 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.server.crossfire;
26 import org.jetbrains.annotations.NotNull;
75 private String
map =
"";
98 return characterInformation;
Builder for CharacterInformation instances while parsing an "accountplayers" packet.
void setMap(@NotNull final String map)
Sets the character's map.
void setFace(@NotNull final String face)
Sets the character's face.
void setLevel(final int level)
Sets the character's level.
String party
The character's party.
void setParty(@NotNull final String party)
Sets the character's party.
String name
The character's name.
String race
The character's race.
void setName(@NotNull final String name)
Sets the character's name.
String map
The character's map.
void setFaceNumber(final int faceNumber)
Sets the character's face number.
int level
The character's level.
int faceNumber
The character's face number.
void setRace(@NotNull final String race)
Sets the character's race.
String cClass
The character's class.
void setClass(@NotNull final String cClass)
Sets the character's class.
String face
The character's face.
CharacterInformation finish()
Finishes parsing an entry and returns the CharacterInformation for the entry.