Project

General

Profile

« Previous | Next » 

Revision 81141862

Added by Leszek Koltunski over 2 years ago

Remove the 'setupObject()' redundant API.

View differences:

src/main/java/org/distorted/objectlib/effects/EffectController.java
27 27

  
28 28
public interface EffectController extends EffectListener
29 29
  {
30
  void addRotation(MovesFinished listener, int axis, int rowBitmap, int angle, int duration);
30
  void addRotation(MovesFinished listener, int axis, int rowBitmap, int angle, int millisPerDegree);
31 31
  TwistyObject getOldObject();
32 32
  TwistyObject getObject();
33 33
  int getNumScrambles();

Also available in: Unified diff