2022-02-04 17:00:03 +00:00
|
|
|
package love.distributedrebirth.numberxd;
|
|
|
|
|
|
|
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
|
|
|
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctal;
|
|
|
|
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctalStack;
|
|
|
|
import love.distributedrebirth.numberxd.base2t.part.T04PartQuad;
|
|
|
|
import love.distributedrebirth.numberxd.base2t.typexl.V0x049D40ˣᴸ;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Wave quad channel.
|
|
|
|
*/
|
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
2022-02-04 20:26:43 +00:00
|
|
|
public class WaveGetậl1ᑫᴰ extends AbstractBaseGetậlMatrix1<WaveGetậl1ᑫᴰ, V0x049D40ˣᴸ> {
|
2022-02-04 17:00:03 +00:00
|
|
|
|
|
|
|
private final V0x049D40ˣᴸ[] values = new V0x049D40ˣᴸ[T04PartQuad.LENGTH()];
|
|
|
|
|
|
|
|
public WaveGetậl1ᑫᴰ() {
|
|
|
|
for (int i=0;i<this.values.length;i++) {
|
|
|
|
this.values[i] = new V0x049D40ˣᴸ();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public WaveGetậl1ᑫᴰ(BaseIteratorOctal values) {
|
|
|
|
for (int i=0;i<this.values.length;i++) {
|
|
|
|
this.values[i] = new V0x049D40ˣᴸ(values);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public V0x049D40ˣᴸ getValue() {
|
2022-02-04 20:26:43 +00:00
|
|
|
return values[matrix1];
|
2022-02-04 17:00:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
2022-02-04 20:26:43 +00:00
|
|
|
public int getMatrix1Length() {
|
2022-02-04 17:00:03 +00:00
|
|
|
return T04PartQuad.LENGTH();
|
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public WaveGetậl1ᑫᴰ toClone() {
|
|
|
|
BaseIteratorOctalStack cloneStack = new BaseIteratorOctalStack();
|
|
|
|
for (int i=0;i<this.values.length;i++) {
|
|
|
|
cloneStack.addIterator(this.values[i].iteratorOctalsByClone());
|
|
|
|
}
|
|
|
|
return new WaveGetậl1ᑫᴰ(cloneStack);
|
|
|
|
}
|
|
|
|
}
|