public class Model
extends java.lang.Object
Constructor and Description |
---|
Model(@NotNull com.realtime.crossfire.jxclient.guistate.GuiStateManager guiStateManager)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull com.realtime.crossfire.jxclient.animations.Animations |
getAnimations()
Returns the
Animations instance. |
@NotNull com.realtime.crossfire.jxclient.stats.ExperienceTable |
getExperienceTable() |
@NotNull com.realtime.crossfire.jxclient.faces.FaceCache |
getFaceCache() |
@NotNull com.realtime.crossfire.jxclient.guistate.GuiStateManager |
getGuiStateManager() |
@NotNull com.realtime.crossfire.jxclient.items.ItemSet |
getItemSet() |
@NotNull com.realtime.crossfire.jxclient.items.ItemsManager |
getItemsManager() |
@NotNull com.realtime.crossfire.jxclient.knowledge.KnowledgeManager |
getKnowledgeManager() |
@NotNull com.realtime.crossfire.jxclient.character.NewCharacterInformation |
getNewCharacterInformation()
Returns the
NewCharacterInformation for creating new characters. |
@NotNull com.realtime.crossfire.jxclient.quests.QuestsManager |
getQuestsManager() |
@NotNull com.realtime.crossfire.jxclient.skills.SkillSet |
getSkillSet() |
@NotNull com.realtime.crossfire.jxclient.faces.SmoothFaces |
getSmoothFaces() |
@NotNull com.realtime.crossfire.jxclient.spells.SpellsManager |
getSpellsManager() |
@NotNull com.realtime.crossfire.jxclient.stats.Stats |
getStats() |
void |
setFacesManager(@NotNull com.realtime.crossfire.jxclient.faces.FacesManager facesManager)
Deprecated.
|
public Model(@NotNull @NotNull com.realtime.crossfire.jxclient.guistate.GuiStateManager guiStateManager)
guiStateManager
- the GUI state manager to use@Deprecated public void setFacesManager(@NotNull @NotNull com.realtime.crossfire.jxclient.faces.FacesManager facesManager)
@NotNull public @NotNull com.realtime.crossfire.jxclient.skills.SkillSet getSkillSet()
@NotNull public @NotNull com.realtime.crossfire.jxclient.stats.Stats getStats()
@NotNull public @NotNull com.realtime.crossfire.jxclient.stats.ExperienceTable getExperienceTable()
@NotNull public @NotNull com.realtime.crossfire.jxclient.guistate.GuiStateManager getGuiStateManager()
@NotNull public @NotNull com.realtime.crossfire.jxclient.spells.SpellsManager getSpellsManager()
@NotNull public @NotNull com.realtime.crossfire.jxclient.quests.QuestsManager getQuestsManager()
@NotNull public @NotNull com.realtime.crossfire.jxclient.knowledge.KnowledgeManager getKnowledgeManager()
@NotNull public @NotNull com.realtime.crossfire.jxclient.faces.FaceCache getFaceCache()
@NotNull public @NotNull com.realtime.crossfire.jxclient.faces.SmoothFaces getSmoothFaces()
@NotNull public @NotNull com.realtime.crossfire.jxclient.items.ItemsManager getItemsManager()
@NotNull public @NotNull com.realtime.crossfire.jxclient.items.ItemSet getItemSet()
@NotNull public @NotNull com.realtime.crossfire.jxclient.character.NewCharacterInformation getNewCharacterInformation()
NewCharacterInformation
for creating new characters.@NotNull public @NotNull com.realtime.crossfire.jxclient.animations.Animations getAnimations()
Animations
instance.