JPP: Added PrimordialOrdinal and PrimordialIteratorOfInt

This commit is contained in:
Willem Cazander 2025-09-11 12:54:26 +02:00
parent e493389a06
commit 1ec36e86c4
11 changed files with 118 additions and 17 deletions

View file

@ -45,6 +45,6 @@ public interface ᒢObjectShadowPortal extends ᒢObject {
//ServiceLoader<ᒢObjectShadowPortalDialer> loader = ServiceLoader.load(ᒢObjectShadowPortalDialer.class);
//ᒢObjectShadowPortalDialer portalRingTone = loader.stream().sorted((v1,v2) -> Integer.compare(v1.get().switchboardOperator(), v2.get().switchboardOperator())).findFirst().get().get();
//return portalRingTone.patchLandLine(this, shadow, dialTone);
return ObjectHell.deathShadow(this, shadow);
return PrimordialObjectHell.deathShadow(this, shadow);
}
}