Uses of Class
com.threerings.tudey.data.effect.Effect

Packages that use Effect
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.dobj   
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
 

Uses of Effect in com.threerings.tudey.client.sprite
 

Constructors in com.threerings.tudey.client.sprite with parameters of type Effect
EffectSprite.Animator(TudeyContext ctx, Scope parentScope, EffectSpriteConfig.Animator config, Effect effect)
          Creates a new implementation.
EffectSprite.Original(TudeyContext ctx, Scope parentScope, EffectSpriteConfig config, Effect effect)
          Creates a new implementation.
EffectSprite(TudeyContext ctx, TudeySceneView view, Effect effect)
          Creates a new effect sprite.
 

Uses of Effect in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config that return Effect
 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.
 

Methods in com.threerings.tudey.config with parameters of type Effect
abstract  EffectSprite.Implementation EffectSpriteConfig.createImplementation(TudeyContext ctx, Scope scope, Effect effect)
          Creates a sprite implementation for this configuration.
 EffectSprite.Implementation EffectSpriteConfig.Default.createImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
 EffectSprite.Implementation EffectSpriteConfig.Animator.createImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
 EffectSprite.Implementation EffectConfig.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
          Creates a sprite implementation for this configuration.
abstract  EffectSprite.Implementation EffectConfig.Implementation.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
          Creates a sprite implementation for this configuration.
 EffectSprite.Implementation EffectConfig.Original.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
 EffectSprite.Implementation EffectConfig.Derived.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
 

Uses of Effect in com.threerings.tudey.dobj
 

Methods in com.threerings.tudey.dobj that return Effect
 Effect[] SceneDeltaEvent.getEffectsFired()
          Returns the array of effects fired since the last delta, or null for none.
 

Constructors in com.threerings.tudey.dobj with parameters of type Effect
SceneDeltaEvent(int targetOid, int sceneOid, int acknowledge, short ping, int reference, int timestamp, short elapsed, Actor[] addedActors, ActorDelta[] updatedActorDeltas, int[] removedActorIds, Effect[] effectsFired)
          Creates a new delta event.
 

Uses of Effect in com.threerings.tudey.server
 

Methods in com.threerings.tudey.server that return Effect
 Effect[] TudeySceneManager.getEffectsFired(PawnLogic target, Rect bounds)
          Returns an array containing all effects fired on the current tick whose influence regions intersect the provided bounds.
 

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

Methods in com.threerings.tudey.server.logic that return Effect
 Effect EffectLogic.getEffect()
          Returns a reference to the effect fired.
 



Copyright © 2011. All Rights Reserved.