Coroutines for Hytale's per-world ECS. Replaces the noisy `CompletableFuture.runAsync { world.execute { store.getComponent(…) } }` pattern with one suspending call.
Updated 2026-04-28 18:25:30 +02:00