2022-02-04 18:00:03 +01:00
|
|
|
package love.distributedrebirth.numberxd;
|
|
|
|
|
|
2022-10-20 03:06:56 +02:00
|
|
|
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注;
|
2022-02-04 18:00:03 +01:00
|
|
|
import love.distributedrebirth.numberxd.base2t.BaseNumber;
|
|
|
|
|
|
2022-10-15 02:34:58 +02:00
|
|
|
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-04 21:26:43 +01:00
|
|
|
public interface BaseGetậlMatrix4<T extends BaseGetậl<T,V>,V extends BaseNumber<V>> extends BaseGetậlMatrix3<T,V> {
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 21:26:43 +01:00
|
|
|
void setMatrix4(int valueIndex1);
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 21:26:43 +01:00
|
|
|
int getMatrix4();
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 21:26:43 +01:00
|
|
|
int getMatrix4Length();
|
2022-02-04 18:00:03 +01:00
|
|
|
}
|