public class Model
extends java.lang.Object
Constructor and Description |
---|
Model(@NotNull GuiStateManager guiStateManager)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull Animations |
getAnimations()
Returns the
Animations instance. |
@NotNull ExperienceTable |
getExperienceTable() |
@NotNull FaceCache |
getFaceCache() |
@NotNull GuiStateManager |
getGuiStateManager() |
@NotNull ItemSet |
getItemSet() |
@NotNull KnowledgeManager |
getKnowledgeManager() |
@NotNull NewCharacterInformation |
getNewCharacterInformation()
Returns the
NewCharacterInformation for creating new characters. |
@NotNull QuestsManager |
getQuestsManager() |
@NotNull SkillSet |
getSkillSet() |
@NotNull SmoothFaces |
getSmoothFaces() |
@NotNull SpellsManager |
getSpellsManager() |
@NotNull Stats |
getStats() |
public Model(@NotNull @NotNull GuiStateManager guiStateManager)
guiStateManager
- the GUI state manager to use@NotNull public @NotNull SkillSet getSkillSet()
@NotNull public @NotNull Stats getStats()
@NotNull public @NotNull ExperienceTable getExperienceTable()
@NotNull public @NotNull GuiStateManager getGuiStateManager()
@NotNull public @NotNull SpellsManager getSpellsManager()
@NotNull public @NotNull QuestsManager getQuestsManager()
@NotNull public @NotNull KnowledgeManager getKnowledgeManager()
@NotNull public @NotNull FaceCache getFaceCache()
@NotNull public @NotNull SmoothFaces getSmoothFaces()
@NotNull public @NotNull ItemSet getItemSet()
@NotNull public @NotNull NewCharacterInformation getNewCharacterInformation()
NewCharacterInformation
for creating new characters.@NotNull public @NotNull Animations getAnimations()
Animations
instance.