Project

General

Profile

« Previous | Next » 

Revision e26eb4e7

Added by Leszek Koltunski over 2 years ago

Do not pull the inventors and the names of objects from Resources.

View differences:

src/main/java/org/distorted/objectlib/main/TwistyObject.java
1373 1373
  public abstract Static3D[] getRotationAxis();
1374 1374
  public abstract int[] getBasicAngle();
1375 1375
  public abstract int getNumFaces();
1376
  public abstract int getObjectName(int[] numLayers);
1377
  public abstract int getInventor(int[] numLayers);
1378
  public abstract int getYearOfInvention(int[] numLayers);
1379
  public abstract int getComplexity(int[] numLayers);
1376
  public abstract String getObjectName();
1377
  public abstract String getInventor();
1378
  public abstract int getYearOfInvention();
1379
  public abstract int getComplexity();
1380 1380
  public abstract int getFOV();
1381 1381
  }

Also available in: Unified diff