NX01: Moved nether modules in jppa
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 45s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 45s
This commit is contained in:
parent
716c1bf173
commit
c67142faba
14 changed files with 53 additions and 53 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>love.distributedrebirth.nx01</groupId>
|
||||
<artifactId>nx01-jpp-nether-tone</artifactId>
|
||||
<artifactId>nx01-jppa-nether-tone</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
@ -39,7 +39,7 @@ import love.distributedrebirth.nx01.kode.generator.klass.ModelKlassWriter;
|
|||
/// @version ©Δ∞ 仙上主天
|
||||
public class ModelDialBased implements KodeGenModel {
|
||||
|
||||
private final String BASE_PACK = "ᒢᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒃᣔᔆᓫᒄ";
|
||||
private final String BASE_PACK = "ᒢᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒃᣔᔆᓫᒄ";
|
||||
|
||||
@Override
|
||||
public String generatorKey() {
|
||||
|
|
@ -61,8 +61,8 @@ public class ModelDialBased implements KodeGenModel {
|
|||
klass.addJavaDescription("The nether tone tree slug index.");
|
||||
writer.addModelKlass(klass);
|
||||
StringBuilder buf = klass.getBody();
|
||||
buf.append("module jpp.nether.dial.based {\n");
|
||||
buf.append("\trequires transitive jpp.nether.tone;\n");
|
||||
buf.append("module jppa.nether.dial.based {\n");
|
||||
buf.append("\trequires transitive jppa.nether.tone;\n");
|
||||
buf.append("\t\n");
|
||||
// for (String pack : splitSlugs.keySet()) {
|
||||
// buf.append("\texports ");
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import java.util.Map;
|
|||
import love.distributedrebirth.nx01.kode.generator.KodeGenModel;
|
||||
import love.distributedrebirth.nx01.kode.generator.klass.ModelKlass;
|
||||
import love.distributedrebirth.nx01.kode.generator.klass.ModelKlassWriter;
|
||||
import ᒢᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ.NetherToneSlugView;
|
||||
import ᒢᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ.NetherToneSlugView;
|
||||
|
||||
/// Generated the nether lingua interface tree forest.
|
||||
///
|
||||
|
|
@ -49,7 +49,7 @@ import ᒢᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ.NetherToneSlugView;
|
|||
/// @version ©Δ∞ 仙上主天
|
||||
public class ModelDialLingua implements KodeGenModel {
|
||||
|
||||
private static final String BASE_PACK = "ᒢᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒻᑊᣕᕐᓑᣔᓫ";
|
||||
private static final String BASE_PACK = "ᒢᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒻᑊᣕᕐᓑᣔᓫ";
|
||||
private static final int LINGUA_AG1 = 32; // sage master system version space 0x20
|
||||
private static final int LINGUA_AG2 = 33; // No2Lingua sub space
|
||||
private static final int LINGUA_AG3 = 34; // Locale ether slug space
|
||||
|
|
@ -197,8 +197,8 @@ public class ModelDialLingua implements KodeGenModel {
|
|||
klass.addJavaDescription("The nether tone tree slug index.");
|
||||
writer.addModelKlass(klass);
|
||||
StringBuilder buf = klass.getBody();
|
||||
buf.append("module jpp.nether.dial.lingua {\n");
|
||||
buf.append("\trequires transitive jpp.nether.tone;\n");
|
||||
buf.append("module jppa.nether.dial.lingua {\n");
|
||||
buf.append("\trequires transitive jppa.nether.tone;\n");
|
||||
buf.append("\t\n");
|
||||
for (String pack : splitSlugs.keySet()) {
|
||||
buf.append("\texports ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue