Class Model
java.lang.Object
com.realtime.crossfire.jxclient.server.crossfire.Model
Combines all model classes that are updated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull AnimationsReturns theAnimationsinstance.@NotNull ExperienceTable@NotNull FaceCache@NotNull GuiStateManager@NotNull ItemSet@NotNull KnowledgeManager@NotNull NewCharacterInformationReturns theNewCharacterInformationfor creating new characters.@NotNull QuestsManager@NotNull SkillSet@NotNull SmoothFaces@NotNull SpellsManager@NotNull StatsgetStats()
-
Constructor Details
-
Model
Creates a new instance.- Parameters:
guiStateManager- the GUI state manager to use
-
-
Method Details
-
getSkillSet
-
getStats
-
getExperienceTable
-
getGuiStateManager
-
getSpellsManager
-
getQuestsManager
-
getKnowledgeManager
-
getFaceCache
-
getSmoothFaces
-
getItemSet
-
getNewCharacterInformation
Returns theNewCharacterInformationfor creating new characters.- Returns:
- the new character information
-
getAnimations
Returns theAnimationsinstance.- Returns:
- the instance
-