Uses of Class
com.threerings.tudey.server.logic.EffectLogic

Packages that use EffectLogic
com.threerings.tudey.server   
 

Uses of EffectLogic in com.threerings.tudey.server
 

Methods in com.threerings.tudey.server that return EffectLogic
 EffectLogic TudeySceneManager.fireEffect(int timestamp, Logic target, Vector2f translation, float rotation, ConfigReference<EffectConfig> ref)
          Fires off an effect with the referenced configuration.
 EffectLogic TudeySceneManager.fireEffect(int timestamp, Logic target, Vector2f translation, float rotation, String name)
          Fires off an effect at the with the named configuration.
 EffectLogic TudeySceneManager.fireEffect(int timestamp, Logic target, Vector2f translation, float rotation, String name, String firstKey, Object firstValue, Object... otherArgs)
          Fires off an effect with the supplied name and arguments.
 



Copyright © 2011. All Rights Reserved.