Project

General

Profile

« Previous | Next » 

Revision 8723caee

Added by Leszek Koltunski over 2 years ago

Remove ObjectType from a few moree places.

View differences:

src/main/java/org/distorted/tutorials/TutorialObjectLibInterface.java
25 25
import org.distorted.objectlib.BuildConfig;
26 26
import org.distorted.objectlib.helpers.BlockController;
27 27
import org.distorted.objectlib.helpers.ObjectLibInterface;
28
import org.distorted.objectlib.main.ObjectType;
29 28

  
30 29
import java.lang.ref.WeakReference;
31 30

  
......
48 47
  public void onSolved() { }
49 48
  public void onObjectCreated(long time) { }
50 49
  public int getCurrentColor() { return 0; }
51
  public int cubitIsLocked(ObjectType type, int cubit) { return 0; }
50
  public int cubitIsLocked(int cubit) { return 0; }
52 51

  
53 52
///////////////////////////////////////////////////////////////////////////////////////////////////
54 53

  

Also available in: Unified diff