Project

General

Profile

« Previous | Next » 

Revision 826d293e

Added by Leszek Koltunski almost 2 years ago

IAP part 6: new 'Present' object effect.

View differences:

src/main/java/org/distorted/objectlib/main/TwistyObject.java
1895 1895

  
1896 1896
///////////////////////////////////////////////////////////////////////////////////////////////////
1897 1897

  
1898
  public void apply(Effect effect, int position)
1898
  public void applyEffect(Effect effect, int position)
1899 1899
    {
1900 1900
    mEffects.apply(effect, position);
1901 1901
    }
1902 1902

  
1903 1903
///////////////////////////////////////////////////////////////////////////////////////////////////
1904 1904

  
1905
  public void remove(long effectID)
1905
  public void removeEffect(long effectID)
1906 1906
    {
1907 1907
    mEffects.abortById(effectID);
1908 1908
    }

Also available in: Unified diff