Uses of Class
com.realtime.crossfire.jxclient.stats.Stats

Packages that use Stats
com.realtime.crossfire.jxclient.gui.gauge   
com.realtime.crossfire.jxclient.gui.label   
com.realtime.crossfire.jxclient.items   
com.realtime.crossfire.jxclient.scripts   
com.realtime.crossfire.jxclient.skin.io   
com.realtime.crossfire.jxclient.sound   
com.realtime.crossfire.jxclient.stats   
 

Uses of Stats in com.realtime.crossfire.jxclient.gui.gauge
 

Fields in com.realtime.crossfire.jxclient.gui.gauge declared as Stats
private  Stats ActiveSkillGaugeUpdater.stats
          The stats instance to watch.
private  Stats StatGaugeUpdater.stats
          The Stats instance to watch.
 

Constructors in com.realtime.crossfire.jxclient.gui.gauge with parameters of type Stats
ActiveSkillGaugeUpdater(ExperienceTable experienceTable, java.lang.String skill, Stats stats)
          Creates a new instance.
StatGaugeUpdater(ExperienceTable experienceTable, int stat, Stats stats, ItemSet itemSet)
          Creates a new instance.
 

Uses of Stats in com.realtime.crossfire.jxclient.gui.label
 

Fields in com.realtime.crossfire.jxclient.gui.label declared as Stats
private  Stats GUILabelStats2.stats
          The Stats instance to use.
private  Stats GUILabelStats.stats
          The Stats instance to use.
 

Constructors in com.realtime.crossfire.jxclient.gui.label with parameters of type Stats
GUILabelStats(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.Font font, java.awt.Color color, java.awt.Color backgroundColor, int stat, Alignment alignment, Stats stats)
          Creates a new instance.
GUILabelStats2(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.Font font, java.awt.Color colorNormal, java.awt.Color colorUpgradable, java.awt.Color colorDepleted, java.awt.Color colorBoosted, java.awt.Color colorBoostedUpgradable, java.awt.Color backgroundColor, int statCurrent, int statBase, int statRace, int statApplied, Alignment alignment, Stats stats)
          Creates a new instance.
 

Uses of Stats in com.realtime.crossfire.jxclient.items
 

Fields in com.realtime.crossfire.jxclient.items declared as Stats
private  Stats ItemsManager.stats
          The Stats instance to update.
 

Constructors in com.realtime.crossfire.jxclient.items with parameters of type Stats
ItemsManager(CrossfireServerConnection crossfireServerConnection, FacesManager facesManager, Stats stats, SkillSet skillSet, GuiStateManager guiStateManager, ItemSet itemSet)
          Creates a new instance.
 

Uses of Stats in com.realtime.crossfire.jxclient.scripts
 

Fields in com.realtime.crossfire.jxclient.scripts declared as Stats
private  Stats DefaultScriptProcess.stats
          The Stats instance to watch.
private  Stats ScriptManager.stats
          The Stats instance to watch.
 

Constructors in com.realtime.crossfire.jxclient.scripts with parameters of type Stats
DefaultScriptProcess(int scriptId, java.lang.String filename, CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection, Stats stats, FloorView floorView, ItemSet itemSet, java.lang.Iterable<Spell> spellsManager, CfMapUpdater mapUpdater, SkillSet skillSet)
          Creates a new instance.
ScriptManager(CommandQueue commandQueue, CrossfireServerConnection crossfireServerConnection, Stats stats, FloorView floorView, ItemSet itemSet, java.lang.Iterable<Spell> spellsManager, CfMapUpdater mapUpdater, SkillSet skillSet)
          Creates a new instance.
 

Uses of Stats in com.realtime.crossfire.jxclient.skin.io
 

Fields in com.realtime.crossfire.jxclient.skin.io declared as Stats
private  Stats GaugeUpdaterParser.stats
          The Stats instance to use.
private  Stats JXCSkinLoader.stats
          The Stats instance to use.
 

Constructors in com.realtime.crossfire.jxclient.skin.io with parameters of type Stats
GaugeUpdaterParser(Stats stats, ItemSet itemSet, SkillSet skillSet)
          Creates a new instance.
JXCSkinLoader(ItemSet itemSet, ItemView inventoryView, FloorView floorView, SpellsManager spellsManager, FacesManager facesManager, Stats stats, CfMapUpdater mapUpdater, KeyBindings defaultKeyBindings, OptionManager optionManager, ExperienceTable experienceTable, SkillSet skillSet, int defaultTileSize)
          Creates a new instance.
 

Uses of Stats in com.realtime.crossfire.jxclient.sound
 

Constructors in com.realtime.crossfire.jxclient.sound with parameters of type Stats
StatsWatcher(Stats stats, JXCWindowRenderer windowRenderer, CrossfireServerConnection server, SoundManager soundManager)
          Creates a new instance.
 

Uses of Stats in com.realtime.crossfire.jxclient.stats
 

Fields in com.realtime.crossfire.jxclient.stats declared as Stats
private  Stats PoisonWatcher.stats
          The stats instance to notify.
private  Stats ActiveSkillWatcher.stats
          The stats instance to notify.
 

Constructors in com.realtime.crossfire.jxclient.stats with parameters of type Stats
ActiveSkillWatcher(Stats stats, CrossfireServerConnection crossfireServerConnection)
          Create a new instance.
PoisonWatcher(Stats stats, CrossfireServerConnection crossfireServerConnection)
          Create a new instance.