JPP: Fixed FN naming in bineral and made number range/root in xD
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 44s

This commit is contained in:
Willem Cazander 2026-02-13 16:18:07 +01:00
parent cd276ecff6
commit 278679499f
24 changed files with 272 additions and 68 deletions

View file

@ -84,12 +84,17 @@ public enum T002ᖟ implements TerminatorEnum𓄯<T002ᖟ>, KaasOdeurBineral<T00
return ghostsInTailOfNavajo;
}
@Override
public T002ᖟ inverse() {
return valueOf(!toNavajo());
}
public static T002ᖟ valueOf(final int index) {
return 亞ᴬᴸᴸ[index];
}
public static T002ᖟ valueOf(final boolean value) {
return valueOf(value?0:1);
return valueOf(value ? 0 : 1);
}
public static int valuesLength() {