gdxapp4d/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/BaseGetậlMatrix3.java

15 lines
492 B
Java
Raw Normal View History

2022-02-04 18:00:03 +01:00
package love.distributedrebirth.numberxd;
import love.distributedrebirth.numberxd.base2t.BaseNumber;
2022-11-05 13:41:48 +01:00
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
2022-02-04 18:00:03 +01:00
2022-10-30 16:59:24 +01:00
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
2022-02-04 20:01:05 +01:00
public interface BaseGetậlMatrix3<T extends BaseGetậl<T,V>,V extends BaseNumber<V>> extends BaseGetậlMatrix2<T,V> {
2022-02-04 18:00:03 +01:00
2022-02-04 20:01:05 +01:00
void setMatrix3(int valueIndex1);
2022-02-04 18:00:03 +01:00
2022-02-04 20:01:05 +01:00
int getMatrix3();
2022-02-04 18:00:03 +01:00
2022-02-04 20:01:05 +01:00
int getMatrix3Length();
2022-02-04 18:00:03 +01:00
}