Project

General

Profile

« Previous | Next » 

Revision f9a81f52

Added by Leszek Koltunski over 2 years ago

Progress with serializing object to JSON: scrambling.

View differences:

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

  
740 740
///////////////////////////////////////////////////////////////////////////////////////////////////
741 741

  
742
  protected int getScrambleType()
742
  public int getScrambleType()
743 743
    {
744 744
    return 0;
745 745
    }
......
1389 1389
  protected abstract Static4D getQuat(int cubit, int[] numLayers);
1390 1390
  protected abstract ObjectShape getObjectShape(int cubit, int[] numLayers);
1391 1391
  protected abstract int[] getSolvedQuats(int cubit, int[] numLayers);
1392
  protected abstract ScrambleState[] getScrambleStates();
1393 1392
  protected abstract int getNumStickerTypes(int[] numLayers);
1394 1393
  protected abstract ObjectSticker retSticker(int face);
1395 1394
  protected abstract int getFaceColor(int cubit, int cubitface, int[] numLayers);
......
1403 1402
  public abstract boolean[][] getLayerRotatable(int[] numLayers);
1404 1403
  public abstract int[][][] getEnabled();
1405 1404
  public abstract float[] getDist3D(int[] numLayers);
1405
  public abstract ScrambleState[] getScrambleStates();
1406 1406

  
1407 1407
  public abstract Static3D[] getRotationAxis();
1408 1408
  public abstract int[] getBasicAngle();

Also available in: Unified diff