2022-02-04 18:00:03 +01:00
|
|
|
package love.distributedrebirth.numberxd;
|
|
|
|
|
|
|
|
|
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
|
|
|
|
import love.distributedrebirth.numberxd.base2t.BaseNumber;
|
|
|
|
|
|
|
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
2022-02-04 20:01:05 +01:00
|
|
|
public interface BaseGetậlMatrix1<T extends BaseGetậl<T,V>,V extends BaseNumber<V>> extends BaseGetậlMatrix0<T,V> {
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 20:01:05 +01:00
|
|
|
void setMatrix1(int valueIndex1);
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 20:01:05 +01:00
|
|
|
int getMatrix1();
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 20:01:05 +01:00
|
|
|
int getMatrix1Length();
|
2022-02-04 18:00:03 +01:00
|
|
|
}
|