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
|
|
@ -41,7 +41,7 @@ public enum LegoBrickTapeStudio {
|
|||
@FunctionalInterface
|
||||
protected interface LegoᐧBrickᐧTapeᐧGearᐧNoise<V> extends ᒢObject {
|
||||
|
||||
V gearᐧnoise();
|
||||
V brickᐧtapeᐧgear();
|
||||
}
|
||||
|
||||
protected interface LegoᐧBrickᐧTapeᐧDrive<V, T extends LegoᐧBrickᐧTapeᐧGearᐧNoise<V>> {
|
||||
|
|
@ -53,11 +53,11 @@ public enum LegoBrickTapeStudio {
|
|||
|
||||
int brickᐧtapeᐧlength();
|
||||
|
||||
void legoᐧtuneᐧrecord(JediTempleBase8Offering appender);
|
||||
void brickᐧtapeᐧrecordᐧtune(JediTempleBase8Offering appender);
|
||||
|
||||
default JediTempleBase8Iterator brickᐧtapeᐧrecordᐧχ3() {
|
||||
List<T008ᖟ> octals = new ArrayList<>(brickᐧtapeᐧlength());
|
||||
legoᐧtuneᐧrecord(JediTempleBase8Offering.wrapᴼᶠ(octals));
|
||||
brickᐧtapeᐧrecordᐧtune(JediTempleBase8Offering.wrapᴼᶠ(octals));
|
||||
return JediTempleBase8Iterator.wrapᴼᶠ(octals.iterator());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue