Project

General

Profile

« Previous | Next » 

Revision 1d581993

Added by Leszek Koltunski about 2 years ago

Introduce ObjectSignature that can incorporate 192-bit signatures (for 5x5x5 bandaged cubes).
ObjectScrambler does not fully work yet.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyStarminx.java
24 24
import org.distorted.library.type.Static4D;
25 25
import org.distorted.objectlib.helpers.ObjectFaceShape;
26 26
import org.distorted.objectlib.helpers.ObjectShape;
27
import org.distorted.objectlib.helpers.ObjectSignature;
27 28
import org.distorted.objectlib.main.ObjectType;
28 29

  
29 30
import java.io.InputStream;
......
374 375

  
375 376
///////////////////////////////////////////////////////////////////////////////////////////////////
376 377

  
377
  public long getSignature()
378
  public ObjectSignature getSignature()
378 379
    {
379
    return ObjectType.STAR_3.ordinal();
380
    return new ObjectSignature(ObjectType.STAR_3);
380 381
    }
381 382

  
382 383
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff