| 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. |