Uses of Class
com.threerings.tudey.config.EffectConfig

Packages that use EffectConfig
com.threerings.tudey.client   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data.effect   
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
 

Uses of EffectConfig in com.threerings.tudey.client
 

Method parameters in com.threerings.tudey.client with type arguments of type EffectConfig
 EffectSprite TudeySceneView.prefireEffect(int timestamp, EntityKey target, Vector2f translation, float rotation, ConfigReference<EffectConfig> ref)
          Requests to prefire an effect.
 

Uses of EffectConfig in com.threerings.tudey.config
 

Fields in com.threerings.tudey.config with type parameters of type EffectConfig
 ConfigReference<EffectConfig> EffectConfig.Derived.effect
          The effect reference.
 ConfigReference<EffectConfig> ActionConfig.FireEffect.effect
          The configuration of the effect to fire.
 

Method parameters in com.threerings.tudey.config with type arguments of type EffectConfig
 Effect EffectConfig.Original.createEffect(ConfigReference<EffectConfig> config, int timestamp, EntityKey target, Vector2f translation, float rotation)
          Creates a new effect of the type associated with this config.
 

Uses of EffectConfig in com.threerings.tudey.data.effect
 

Methods in com.threerings.tudey.data.effect that return types with arguments of type EffectConfig
 ConfigReference<EffectConfig> Effect.getConfig()
          Returns the effect's config reference.
 

Constructor parameters in com.threerings.tudey.data.effect with type arguments of type EffectConfig
Effect(ConfigReference<EffectConfig> config, int timestamp, EntityKey target, Vector2f translation, float rotation)
          Creates a new effect.
 

Uses of EffectConfig in com.threerings.tudey.server
 

Method parameters in com.threerings.tudey.server with type arguments of type EffectConfig
 EffectLogic TudeySceneManager.fireEffect(int timestamp, Logic target, Vector2f translation, float rotation, ConfigReference<EffectConfig> ref)
          Fires off an effect with the referenced configuration.
 

Uses of EffectConfig in com.threerings.tudey.server.logic
 

Method parameters in com.threerings.tudey.server.logic with type arguments of type EffectConfig
 void EffectLogic.init(TudeySceneManager scenemgr, ConfigReference<EffectConfig> ref, EffectConfig.Original config, int timestamp, Logic target, Vector2f translation, float rotation)
          Initializes the logic.
 



Copyright © 2011. All Rights Reserved.