JPP: Also renamed tape studio methods to have equal prefix like others

This commit is contained in:
Willem Cazander 2025-08-21 17:14:27 +02:00
parent 13abc47e5e
commit 61dbed85df
10 changed files with 17 additions and 17 deletions

View file

@ -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;
}