kayjaydee f23bb2178f feat(binding): Hytale SDK glue
The only module that imports com.hypixel.*. Provides World.asExecutor,
EntityHandle adapters for Ref/PlayerRef/Player, scope helpers
(playerScope, worldScope, pluginScope), and installAsync() which wires
PlayerDisconnectEvent to PlayerScopes.cancel.
2026-04-28 16:30:16 +02:00
2026-04-28 16:30:16 +02:00
2026-04-28 16:30:02 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
S
Description
Coroutines for Hytale's per-world ECS. Replaces the noisy CompletableFuture.runAsync { world.execute { store.getComponent(…) } } pattern with one suspending call.
MIT 130 KiB
Languages
Kotlin 100%