Inlined with others

This commit is contained in:
Willem Cazander 2022-01-31 19:13:12 +01:00
parent 198e7eb606
commit 36c57dc1c7
4 changed files with 35 additions and 35 deletions

View file

@ -1,27 +0,0 @@
package love.distributedrebirth.numberxd;
/**
*
* @author willemtsade ©Δ 仙上主天
*/
public class GroßGetậlŌṁHyperStar6ˢᴰ extends GroßGetậlŌṁ6ˢᴰ<GroßGetậlŌṁHyperStar6ˢᴰ> {
// 0th = V144Tocta
// 1th = 5 * V144Tocta
// 2th = 5 * 12 * V144Tocta
// etc
public GroßGetậlŌṁHyperStar6ˢᴰ(byte level) {
super(level);
}
protected int resolveFractalLevel(byte level) {
// TODO
return level;
}
@Override
protected GroßGetậlŌṁHyperStar6ˢᴰ toCloneFractal(byte level) {
return new GroßGetậlŌṁHyperStar6ˢᴰ(level);
}
}

View file

@ -0,0 +1,27 @@
package love.distributedrebirth.numberxd;
/**
*
* @author willemtsade ©Δ 仙上主天
*/
public class GroßGetậlŌṁHyperStàr1ⁿᴰ extends GroßGetậlŌṁ1ⁿᴰ<GroßGetậlŌṁHyperStàr1ⁿᴰ> {
// 0th = V144Tocta
// 1th = 5 * V144Tocta
// 2th = 5 * 12 * V144Tocta
// etc
public GroßGetậlŌṁHyperStàr1ⁿᴰ(byte level) {
super(level);
}
protected int resolveFractalLevel(byte level) {
// TODO
return level;
}
@Override
protected GroßGetậlŌṁHyperStàr1ⁿᴰ toCloneFractal(byte level) {
return new GroßGetậlŌṁHyperStàr1ⁿᴰ(level);
}
}

View file

@ -4,14 +4,14 @@ package love.distributedrebirth.numberxd;
*
* @author willemtsade ©Δ 仙上主天
*/
public class GroßGetậlŌṁHyperStar1ⁿᴰ extends GroßGetậlŌṁ1ⁿᴰ<GroßGetậlŌṁHyperStar1ⁿ> {
public class GroßGetậlŌṁHyperStàr6ˢᴰ extends GroßGetậlŌṁ6ˢᴰ<GroßGetậlŌṁHyperStàr6ˢ> {
// 0th = V144Tocta
// 1th = 5 * V144Tocta
// 2th = 5 * 12 * V144Tocta
// etc
public GroßGetậlŌṁHyperStar1ⁿ(byte level) {
public GroßGetậlŌṁHyperStàr6ˢ(byte level) {
super(level);
}
@ -21,7 +21,7 @@ public class GroßGetậlŌṁHyperStar1ⁿᴰ extends GroßGetậlŌṁ1ⁿᴰ<
}
@Override
protected GroßGetậlŌṁHyperStar1ⁿ toCloneFractal(byte level) {
return new GroßGetậlŌṁHyperStar1ⁿ(level);
protected GroßGetậlŌṁHyperStàr6ˢ toCloneFractal(byte level) {
return new GroßGetậlŌṁHyperStàr6ˢ(level);
}
}

View file

@ -10,12 +10,12 @@ import love.distributedrebirth.numberxd.base2t.V009TyteBaseAppender;
*
* @author willemtsade ©Δ 仙上主天
*/
public class KlompÅtŌṁKaassGetậl4ˢᴰ implements BaseNumberTyte<KlompÅtŌṁKaassGetậl4ˢᴰ> {
public class KlompÅtŌṁKāassGetậl4ˢᴰ implements BaseNumberTyte<KlompÅtŌṁKāassGetậl4ˢᴰ> {
private KlompGetậl4ˢᴰ[] kaas;
private final int kaasCuts;
public KlompÅtŌṁKaassGetậl4ˢᴰ(int kaasCuts) {
public KlompÅtŌṁKāassGetậl4ˢᴰ(int kaasCuts) {
this.kaasCuts = kaasCuts;
this.kaas = new KlompGetậl4ˢᴰ[kaasCuts];
}
@ -43,8 +43,8 @@ public class KlompÅtŌṁKaassGetậl4ˢᴰ implements BaseNumberTyte<KlompÅt
}
@Override
public final KlompÅtŌṁKaassGetậl4ˢᴰ toClone() {
KlompÅtŌṁKaassGetậl4ˢᴰ result = new KlompÅtŌṁKaassGetậl4ˢᴰ(getKaasCuts());
public final KlompÅtŌṁKāassGetậl4ˢᴰ toClone() {
KlompÅtŌṁKāassGetậl4ˢᴰ result = new KlompÅtŌṁKāassGetậl4ˢᴰ(getKaasCuts());
T08PartOctalBaseIterator clonedOctals = iteratorOctalsByClone();
for (int i=0;i<getKaasCuts();i++) {
result.setValue(i, new KlompGetậl4ˢᴰ(clonedOctals));