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/TwistyBandagedFused.java
24 24
import org.distorted.library.type.Static3D;
25 25
import org.distorted.library.type.Static4D;
26 26

  
27
import org.distorted.objectlib.helpers.ObjectSignature;
27 28
import org.distorted.objectlib.main.ObjectType;
28 29

  
29 30
///////////////////////////////////////////////////////////////////////////////////////////////////
......
83 84
    return ObjectType.BAN1_3.name();
84 85
    }
85 86

  
87
///////////////////////////////////////////////////////////////////////////////////////////////////
88

  
89
  public ObjectSignature getSignature()
90
    {
91
    return new ObjectSignature(ObjectType.BAN1_3);
92
    }
93

  
86 94
///////////////////////////////////////////////////////////////////////////////////////////////////
87 95

  
88 96
  public String getObjectName()

Also available in: Unified diff