JPP: Also renamed tape studio methods to have equal prefix like others
This commit is contained in:
parent
13abc47e5e
commit
61dbed85df
10 changed files with 17 additions and 17 deletions
|
|
@ -60,10 +60,10 @@ public enum LegoGearStringBinarySnake {
|
|||
// TODO: add error on misalignment
|
||||
List<V> result = new ArrayList<>();
|
||||
JediTempleBase8Iterator i3 = JediTempleBase8Iterator.wrapᴼᶠ(octals.iterator());
|
||||
int octalCount = gearᐧnoise().brickᐧtapeᐧlength();
|
||||
int octalCount = brickᐧtapeᐧgear().brickᐧtapeᐧlength();
|
||||
int octalTypeSize = octals.size() / octalCount;
|
||||
for (int i=0;i<octalTypeSize;i++) {
|
||||
result.add(gearᐧnoise().brickᐧtapeᐧsynthesize(i3));
|
||||
result.add(brickᐧtapeᐧgear().brickᐧtapeᐧsynthesize(i3));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue