Removed constants from searchable classpath
This commit is contained in:
parent
a2b0478954
commit
0e5b46e9b0
|
@ -63,7 +63,7 @@ public class NotepadDeskApp extends AbstractDeskApp implements DeskAppRenderer {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void render() {
|
public void render() {
|
||||||
ImGui.sliderInt(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE, runSpeed.getData(), 0, 60); // empty ID not allowed in ImGui, but whitespace is an ID :)
|
ImGui.sliderInt(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE, runSpeed.getData(), 0, 60); // empty ID not allowed in ImGui, but whitespace is an ID :)
|
||||||
ImGui.sameLine();
|
ImGui.sameLine();
|
||||||
ImCharacter.render("speedId", "RunSpeed", 'ﷲ', v -> unicode4DService.getCharacterForUnicode(v));
|
ImCharacter.render("speedId", "RunSpeed", 'ﷲ', v -> unicode4DService.getCharacterForUnicode(v));
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ public interface Bãß {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final class Cỗᶇṧⱦᶏꬼȶʂ {
|
public static final class ℭỗᶇṧⱦᶏꬼȶʂ {
|
||||||
public static final String STR_VALUES = "values";
|
public static final String STR_VALUES = "values";
|
||||||
public static final String STR_NAME = "name";
|
public static final String STR_NAME = "name";
|
||||||
public static final String STR_TYPE = "type";
|
public static final String STR_TYPE = "type";
|
||||||
|
@ -94,7 +94,7 @@ public interface Bãß {
|
||||||
public static final int INT_ONE = 1;
|
public static final int INT_ONE = 1;
|
||||||
public static final int INT_TEN = 10;
|
public static final int INT_TEN = 10;
|
||||||
|
|
||||||
private Cỗᶇṧⱦᶏꬼȶʂ() {
|
private ℭỗᶇṧⱦᶏꬼȶʂ() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,10 +13,10 @@ public interface BãßBȍőnPhaseBarrierʸᴰ<T, K extends BãßBȍőnCoffinNail
|
||||||
|
|
||||||
public static final class שְׁלֹמֹה {
|
public static final class שְׁלֹמֹה {
|
||||||
// default internal framework boon phases
|
// default internal framework boon phases
|
||||||
protected static final int BOON_VOID = Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
protected static final int BOON_VOID = Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
||||||
protected static final int BOON_BERESHIT = BOON_VOID + Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
protected static final int BOON_BERESHIT = BOON_VOID + Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
||||||
protected static final int BOON_LAW = BOON_BERESHIT * Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_TEN;
|
protected static final int BOON_LAW = BOON_BERESHIT * Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_TEN;
|
||||||
protected static final int BOON_MARRIAGE = BOON_LAW + Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
protected static final int BOON_MARRIAGE = BOON_LAW + Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
||||||
// default external implementation boon phases
|
// default external implementation boon phases
|
||||||
protected static final int LIFE_QUADRANT_仙 = 00+00+00+1+2+3+4+5+6+7+8+9;
|
protected static final int LIFE_QUADRANT_仙 = 00+00+00+1+2+3+4+5+6+7+8+9;
|
||||||
protected static final int LIFE_QUADRANT_上 = 10+11+12+13+14+15+16+17+18;
|
protected static final int LIFE_QUADRANT_上 = 10+11+12+13+14+15+16+17+18;
|
||||||
|
|
|
@ -20,7 +20,7 @@ public interface DefaultEnumBaseʸᴰ<T, K extends BãßBȍőnCoffinNail> extend
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
default T[] BãßInstances() {
|
default T[] BãßInstances() {
|
||||||
try {
|
try {
|
||||||
Object result = getClass().getMethod(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_VALUES).invoke(null);
|
Object result = getClass().getMethod(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_VALUES).invoke(null);
|
||||||
return (T[]) result;
|
return (T[]) result;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
|
|
@ -7,6 +7,6 @@ import love.distributedrebirth.bassboonyd.coffin.BãßBȍőnCoffinNail;
|
||||||
public interface DefaultEnumInstanceʸᴰ<T, K extends BãßBȍőnCoffinNail> extends DefaultEnumBaseʸᴰ<T,K> {
|
public interface DefaultEnumInstanceʸᴰ<T, K extends BãßBȍőnCoffinNail> extends DefaultEnumBaseʸᴰ<T,K> {
|
||||||
|
|
||||||
default T BãßInstance() {
|
default T BãßInstance() {
|
||||||
return BãßInstances()[Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO];
|
return BãßInstances()[Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ public interface DefaultEnumSetʸᴰ<T, K extends BãßBȍőnCoffinNail> extends
|
||||||
|
|
||||||
@BãßBȍőnꝐŕḯṿª₮ḕInit注()
|
@BãßBȍőnꝐŕḯṿª₮ḕInit注()
|
||||||
private static void init(DefaultEnumSetʸᴰ<?,?> boon) {
|
private static void init(DefaultEnumSetʸᴰ<?,?> boon) {
|
||||||
boon.toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).PUT_GHOST(GHOST_KEY_RANG_TEL_EEN, boon.BȍőnRangTelNul() + Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ONE);
|
boon.toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).PUT_GHOST(GHOST_KEY_RANG_TEL_EEN, boon.BȍőnRangTelNul() + Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ONE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,30 +45,30 @@ public interface DefaultEnumSetʸᴰ<T, K extends BãßBȍőnCoffinNail> extends
|
||||||
|
|
||||||
default T BȍőnVolgende() {
|
default T BȍőnVolgende() {
|
||||||
T[] values = BãßInstances();
|
T[] values = BãßInstances();
|
||||||
int resultIndex = Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
int resultIndex = Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
||||||
for (int i=Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;i<values.length;i++) {
|
for (int i=Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;i<values.length;i++) {
|
||||||
if (this == values[i]) {
|
if (this == values[i]) {
|
||||||
resultIndex = i + Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
resultIndex = i + Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (resultIndex == values.length) {
|
if (resultIndex == values.length) {
|
||||||
resultIndex = Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
resultIndex = Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
||||||
}
|
}
|
||||||
return values[resultIndex];
|
return values[resultIndex];
|
||||||
}
|
}
|
||||||
|
|
||||||
default T BȍőnVorige() {
|
default T BȍőnVorige() {
|
||||||
T[] values = BãßInstances();
|
T[] values = BãßInstances();
|
||||||
int resultIndex = Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
int resultIndex = Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;
|
||||||
for (int i=Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;i<values.length;i++) {
|
for (int i=Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO;i<values.length;i++) {
|
||||||
if (this == values[i]) {
|
if (this == values[i]) {
|
||||||
resultIndex = i - Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
resultIndex = i - Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (resultIndex < Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ZERO) {
|
if (resultIndex < Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ZERO) {
|
||||||
resultIndex = values.length - Bãß.Cỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
resultIndex = values.length - Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ONE;
|
||||||
}
|
}
|
||||||
return values[resultIndex];
|
return values[resultIndex];
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,9 +26,9 @@ public interface DefaultEnumInstanceᴶᴹˣ<T,K extends BãßBȍőnCoffinNail>
|
||||||
try {
|
try {
|
||||||
StringBuilder name = new StringBuilder();
|
StringBuilder name = new StringBuilder();
|
||||||
name.append(boon.BãßPackageNaam());
|
name.append(boon.BãßPackageNaam());
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_COLON);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_COLON);
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_TYPE);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_TYPE);
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_IS);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_IS);
|
||||||
name.append(boon.BãßInfoNaam());
|
name.append(boon.BãßInfoNaam());
|
||||||
|
|
||||||
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
||||||
|
|
|
@ -26,13 +26,13 @@ public interface DefaultEnumSetᴶᴹˣ<T,K extends BãßBȍőnCoffinNail> exten
|
||||||
try {
|
try {
|
||||||
StringBuilder name = new StringBuilder();
|
StringBuilder name = new StringBuilder();
|
||||||
name.append(boon.BãßPackageNaam());
|
name.append(boon.BãßPackageNaam());
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_COLON);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_COLON);
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_TYPE);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_TYPE);
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_IS);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_IS);
|
||||||
name.append(boon.BãßInfoNaam());
|
name.append(boon.BãßInfoNaam());
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_COMMA);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_COMMA);
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_NAME);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_NAME);
|
||||||
name.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_IS);
|
name.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_IS);
|
||||||
name.append(boon.BȍőnNaam());
|
name.append(boon.BȍőnNaam());
|
||||||
|
|
||||||
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
||||||
|
|
|
@ -141,21 +141,21 @@ public class Gê̄ldGetậl extends AbstractBaseGetậlMatrix1<Gê̄ldGetậl,V0
|
||||||
buf.append(LEFT_TO_RIGHT_MARK);
|
buf.append(LEFT_TO_RIGHT_MARK);
|
||||||
nummerFull0.toFractionNotation(hasFourDigits, buf, glyphCharset, sourceCharset);
|
nummerFull0.toFractionNotation(hasFourDigits, buf, glyphCharset, sourceCharset);
|
||||||
if (!Gê̄ldGetậlÅtHebrewLetter.NONE.equals(nummerDeelA.getLetter())) {
|
if (!Gê̄ldGetậlÅtHebrewLetter.NONE.equals(nummerDeelA.getLetter())) {
|
||||||
buf.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
buf.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
||||||
buf.append(sourceCharset.print(SourceGlyph.MATH_PLUS));
|
buf.append(sourceCharset.print(SourceGlyph.MATH_PLUS));
|
||||||
buf.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
buf.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
||||||
nummerDeelA.toFractionNotation(false, buf, glyphCharset, sourceCharset);
|
nummerDeelA.toFractionNotation(false, buf, glyphCharset, sourceCharset);
|
||||||
}
|
}
|
||||||
if (!Gê̄ldGetậlÅtHebrewLetter.NONE.equals(nummerDeelB.getLetter())) {
|
if (!Gê̄ldGetậlÅtHebrewLetter.NONE.equals(nummerDeelB.getLetter())) {
|
||||||
buf.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
buf.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
||||||
buf.append(sourceCharset.print(SourceGlyph.MATH_PLUS));
|
buf.append(sourceCharset.print(SourceGlyph.MATH_PLUS));
|
||||||
buf.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
buf.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
||||||
nummerDeelB.toFractionNotation(false, buf, glyphCharset, sourceCharset);
|
nummerDeelB.toFractionNotation(false, buf, glyphCharset, sourceCharset);
|
||||||
}
|
}
|
||||||
if (!Gê̄ldGetậlÅtHebrewLetter.NONE.equals(nummerDeelC.getLetter())) {
|
if (!Gê̄ldGetậlÅtHebrewLetter.NONE.equals(nummerDeelC.getLetter())) {
|
||||||
buf.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
buf.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
||||||
buf.append(sourceCharset.print(SourceGlyph.MATH_PLUS));
|
buf.append(sourceCharset.print(SourceGlyph.MATH_PLUS));
|
||||||
buf.append(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
buf.append(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE);
|
||||||
nummerDeelC.toFractionNotation(false, buf, glyphCharset, sourceCharset);
|
nummerDeelC.toFractionNotation(false, buf, glyphCharset, sourceCharset);
|
||||||
}
|
}
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
|
|
|
@ -24,7 +24,7 @@ public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyp
|
||||||
new BaseGlyphSetNumber(v -> T16PartHex.STATIC.BãßVoorElk(x -> v.add(x.BȍőnAlt1Value()))),
|
new BaseGlyphSetNumber(v -> T16PartHex.STATIC.BãßVoorElk(x -> v.add(x.BȍőnAlt1Value()))),
|
||||||
new BaseGlyphSetNumber("1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R")),
|
new BaseGlyphSetNumber("1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R")),
|
||||||
LATIN_DTMF(
|
LATIN_DTMF(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.BãßVoorElk(x -> v.add(x.BȍőnChinaValue()))).withSeperator(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.BãßVoorElk(x -> v.add(x.BȍőnChinaValue()))).withSeperator(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
||||||
new BaseGlyphSetNumber("1","2","3","A","4","5","6","B","7","8","9","C","*","0","#","D"),
|
new BaseGlyphSetNumber("1","2","3","A","4","5","6","B","7","8","9","C","*","0","#","D"),
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.BãßVoorElk(x -> {
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.BãßVoorElk(x -> {
|
||||||
if (T10PartDecimal.PART_10 == x) {
|
if (T10PartDecimal.PART_10 == x) {
|
||||||
|
@ -100,12 +100,12 @@ public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyp
|
||||||
*/
|
*/
|
||||||
/* TODO: random selection replace with correct AND Egyptian hieroglyphs should be mapped 0x13000 to 0x1342E but for now on 0xE000 to 0xE42E (BMP) */
|
/* TODO: random selection replace with correct AND Egyptian hieroglyphs should be mapped 0x13000 to 0x1342E but for now on 0xE000 to 0xE42E (BMP) */
|
||||||
HIERO(
|
HIERO(
|
||||||
new BaseGlyphSetNumber("\ue429","\ue3fa","\ue3fb","\ue3fc","\ue3fd","\ue3fe","\ue3ff","\ue400","\ue401","\ue401").withSeperator(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
new BaseGlyphSetNumber("\ue429","\ue3fa","\ue3fb","\ue3fc","\ue3fd","\ue3fe","\ue3ff","\ue400","\ue401","\ue401").withSeperator(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
||||||
new BaseGlyphSetNumber("\uE236","\uE237","\uE238","\uE239","\uE23A","\uE23B","\uE23C","\uE23D","\uE23E","\uE23F","\uE241","\uE243","\uE244","\uE245","\uE246","\uE247"),
|
new BaseGlyphSetNumber("\uE236","\uE237","\uE238","\uE239","\uE23A","\uE23B","\uE23C","\uE23D","\uE23E","\uE23F","\uE241","\uE243","\uE244","\uE245","\uE246","\uE247"),
|
||||||
new BaseGlyphSetNumber(
|
new BaseGlyphSetNumber(
|
||||||
"\ue3fa","\ue3fb","\ue3fc","\ue3fd","\ue3fe","\ue3ff","\ue400","\ue401","\ue402",
|
"\ue3fa","\ue3fb","\ue3fc","\ue3fd","\ue3fe","\ue3ff","\ue400","\ue401","\ue402",
|
||||||
"\ue386","\ue387","\ue388","\ue389","\ue38a","\ue38b","\ue38c","\ue38d","\ue38e",
|
"\ue386","\ue387","\ue388","\ue389","\ue38a","\ue38b","\ue38c","\ue38d","\ue38e",
|
||||||
"\ue362","\ue363","\ue364","\ue365","\ue366","\ue367","\ue368","\ue369","\ue36a").withSeperator(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE)
|
"\ue362","\ue363","\ue364","\ue365","\ue366","\ue367","\ue368","\ue369","\ue36a").withSeperator(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE)
|
||||||
),
|
),
|
||||||
RUNIC(
|
RUNIC(
|
||||||
new BaseGlyphSetNumber("ᛰ","ᚠ","ᚢ","ᚦ","ᚬ","ᚱ","ᚴ","ᚼ","ᚾ","ᛁ"),
|
new BaseGlyphSetNumber("ᛰ","ᚠ","ᚢ","ᚦ","ᚬ","ᚱ","ᚴ","ᚼ","ᚾ","ᛁ"),
|
||||||
|
@ -150,7 +150,7 @@ public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyp
|
||||||
new BaseGlyphSetNumber("ا","ب","ج","د","ه","و","ز","ح","ط","ي","ك","ل","م","ن","س","ع","ف","ص","ق","ر","ش","ت","ث","خ","ذ","ض","ظ"),
|
new BaseGlyphSetNumber("ا","ب","ج","د","ه","و","ز","ح","ط","ي","ك","ل","م","ن","س","ع","ف","ص","ق","ر","ش","ت","ث","خ","ذ","ض","ظ"),
|
||||||
true),
|
true),
|
||||||
HEBREW(
|
HEBREW(
|
||||||
new BaseGlyphSetNumber("אֶפֶס","אֶחָד","שְׁתַּיִם","שְׁלֹשָׁה","אַרְבַּע","חֲמִשָּׁה","שֵׁשׁ","שִׁבְעָה","שְׁמוֹנֶה","תִּשְׁעָה").withSeperator(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
new BaseGlyphSetNumber("אֶפֶס","אֶחָד","שְׁתַּיִם","שְׁלֹשָׁה","אַרְבַּע","חֲמִשָּׁה","שֵׁשׁ","שִׁבְעָה","שְׁמוֹנֶה","תִּשְׁעָה").withSeperator(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
||||||
null,
|
null,
|
||||||
new BaseGlyphSetNumber("א","ב","ג","ד","ה","ו","ז","ח","ט","י","כ","ל","מ","נ","ס","ע","פ","צ","ק","ר","ש","ת","ך","ם","ן","ף","ץ"),
|
new BaseGlyphSetNumber("א","ב","ג","ד","ה","ו","ז","ח","ט","י","כ","ל","מ","נ","ס","ע","פ","צ","ק","ר","ש","ת","ך","ם","ן","ף","ץ"),
|
||||||
true),
|
true),
|
||||||
|
|
|
@ -48,7 +48,7 @@ public enum GDXAppTos4 implements DefaultEnumInstanceᴶᴹˣ<GDXAppTos4,BãßB
|
||||||
}
|
}
|
||||||
|
|
||||||
public void BãßInit(List<String> args, int viewWidth, int viewHeight, NativeFileChooser fileChooser) {
|
public void BãßInit(List<String> args, int viewWidth, int viewHeight, NativeFileChooser fileChooser) {
|
||||||
startupArgs.setValueString(args.stream().collect(Collectors.joining(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE)));
|
startupArgs.setValueString(args.stream().collect(Collectors.joining(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE)));
|
||||||
screens = new HashMap<>();
|
screens = new HashMap<>();
|
||||||
systemActivator = new GDXAppTos4Activator();
|
systemActivator = new GDXAppTos4Activator();
|
||||||
systemActivator.BãßInit(args, viewWidth, viewHeight, fileChooser, this);
|
systemActivator.BãßInit(args, viewWidth, viewHeight, fileChooser, this);
|
||||||
|
|
Loading…
Reference in a new issue